RE: [Zope] Passing query strings in trees
7 Oct
1999
7 Oct
'99
1:51 p.m.
-----Original Message----- From: Jim Cain [mailto:jec@mgmt-inc.com] Sent: Wednesday, October 06, 1999 10:17 PM To: zope@zope.org Subject: [Zope] Passing query strings in trees
All,
I have a Zope tree structure that requires a query variable to be passed to it. The first time through, I can pass it on the http request with no problem:
http://www.mgmt-inc.com/some_object?variable=value
But this query string is not included in the [+] and [-] links to expand/contract the tree so that I can pass it on to the next rendering of this object. How do I do this?
<a href="http://a.url/?<dtml-var QUERY_STRING>">link</a> -Michel
9678
Age (days ago)
9678
Last active (days ago)
0 comments
1 participants
participants (1)
-
Michel Pelletier