[Zope] Passing query strings in trees

Michel Pelletier michel@digicool.com
Thu, 7 Oct 1999 09:51:25 -0400


> -----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