Hi there,<br>
<br>
first: Thanks for nevow 0.5!<br>
JIT :) for evaluation and integration in an ongoing project of mine.<br>
<br>
Searching for AJAX features with python-support the "chatola" example is an amazing eye-opener!!!<br>
<br>
The bi-directional support is stunning! And the code is compact...<br>
<br>
Hacking through the roughs, I have <br>
* migrated my existing twisted.web.server to nevow.appserver stuff:
DONE (cannot have them both, cause of interface-adaption-hell)<br>
* sucessful broadcasting from wxPython/twisted.reactor-application to connected browsers, via send()<br>
* ...<br>
<br>
Problems I cannot hack:<br>
* using nevow:render="store" and appropriate render_store() method. I'm
returning plain string WITH rendered html (from existing code) -->
HOW can I avoid the escaping of all '<' '&' and '>'??? No,
it's not sure that ii is xhtml.<br>
* Problem using href-links form inside my lifepage with additional
parameters <a href="http://localhost:8080/lifesite?when=20051010">http://localhost:8080/lifesite?when=20051010</a> (not AJAX ->
plain request)<br>
Where does my parameters gone??? only things like ('livepage_client', '0', 'output') occuring?<br>
<br>
thanks for hints<br>
Peter<br>
(=PA=)<br>