RE: [Zope] Preserving Settings during a user's session
no I cannot use a post or any form data in the requests --> all GET REQUESTS. JUST THE URL as a string. SEE THE OTHER THREAD. -----Original Message----- From: Jeff Bauer [mailto:jbauer@rubic.com] Sent: Wednesday, February 24, 1999 4:53 PM To: Theodore Patrick Cc: zope@zope.org Subject: Re: [Zope] Preserving Settings during a user's session Theodore Patrick wrote:
I have started another thread about using variables in the request string and storing them as a variable.
Any Ideas?
It's a pretty common idiom. Before Zope, and even before Bobo, Amos came up with a nifty hack called StickyForms, now incorporated into (non-Zope) htmlgen. With DTML you could use a hidden form variable to pass an argument when you don't want the server to maintain the argument's value. Is this what you're referring to? Best regards, Jeff Bauer Rubicon, Inc.
participants (1)
-
Theodore Patrick