11 Apr
2005
11 Apr
'05
10:43 p.m.
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