On Apr 11, 2005, at 23:47, Fernando Lujan wrote:
Note that it says "Zope-generated" URLs. URLs that are not generated by
Zope will not be encoded.


The URL is generated by Zope.


It's a simple code. I create two dtml documents with the following code.


1)test

<dtml-call "SESSION.set('eg', 2)">
<dtml-call "SESSION.get('eg')">

<form action="test1">
<input type="submit" value="test1">
</form>

The URL "test1" in the form tag is obviously *not* generated by Zope. You put it in there manually. So it cannot work as you expect.


jens

_______________________________________________
Zope maillist - Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists - http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to