[Zope] RESPONSE.redirect('blah?var=%s'%url_quote(value) ?

Michel Pelletier michel@digicool.com
Tue, 11 Jan 2000 11:46:17 -0500


> -----Original Message-----
> From: Stuart 'Zen' Bishop [mailto:zen@cs.rmit.edu.au]
> Sent: Tuesday, January 11, 2000 4:07 AM
> To: zope@zope.org
> Subject: [Zope] RESPONSE.redirect('blah?var=%s'%url_quote(value) ?
> 
> 
> What is the cleanest way of doing the following?
> 
> <dtml-call "RESPONSE.redirect('index_html?err=%s' % 
> url_quote(errmsg))">
> 
> url_quote isn't available in the _ namespace (that I can find...),
> and I can't work out how to store a url_quote'd string anywhere
> without using a DTML Method...

Hmm.. I would think url_quote was in the _ namespace.  I propose it be
added.  objections?

-Michel