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? Thanks for the help, Jim ____________ Jim Cain, System Administrator ___ / ________ \ http://jec.mgmt-inc.com / / / / ______ \ \ _________ _______ _________ __/ /__ / / / __ \ \ \ / _ _ \ / ___ \ / _ _ \/_ ___/ / / / /_/ / / // // // // /__/ // // // / / /___ \ \ \___,_ \/ //__//__//__/ \____ //__//__//__/ \_____/, inc. \ \______\____/ _____/ / \_______/ \______/ http://www.mgmt-inc.com
Jim Cain schrieb:
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?
For a similiar problem I use a cookie to pass the variable. I didn't find any other way. hth, thomas -- fon: ++49 (0)40 42878 3781 fax: ++49 (0)40 42878 2728
participants (2)
-
Jim Cain -
Thomas Weiner