[Zope] Re: modifying a url's query string

Maik Jablonski maik.jablonski@uni-bielefeld.de
Wed, 26 Mar 2003 18:19:40 +0100


Roach, Mark R. wrote:
> Is there any way to pull only the query string variables
> out of the request, or even better, a function that does what my
> imaginary "full_url_with_query" function wants to do?

You can use REQUEST.form as subset of the REQUEST for parameters via the 
QUERY_STRING.

-mj