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 &quot;chatola&quot; 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=&quot;store&quot; and appropriate render_store() method. I'm
returning plain string WITH rendered html (from existing code) --&gt;
HOW can I avoid the escaping of all '&lt;' '&amp;' and '&gt;'??? 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 -&gt;
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>