[Zope] RESPONSE and QUERY_STRING

Thomas Weiner weiner@tu-harburg.de
Wed, 29 Mar 2000 13:15:36 +0200


Marc DANAI schrieb:
> 
> Hi,
> 
>   I've tried to passe query_string in response
> redirect but I cant find query_string in redirected
> page. It is empty?
> 
> <dtml-call "RESPONSE.redirect('/zp_proto/?<dtml-var
> QUERY_STRING>')">
> 

Try:

<dtml-call "RESPONSE.redirect('/zp_proto/?'+QUERY_STRING)">

hth,
Thomas