RE: [Zope] RESPONSE.redirect('blah?var=%s'%url_quote(value) ?
-----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
Michel Pelletier wrote:
Hmm.. I would think url_quote was in the _ namespace. I propose it be added. objections?
and html_quote, too, please. Actually, why not add all of them in _.special_formats, and then Evan Simpson can take special_formats out of pythonmethods? -- Itamar S.T. itamars@ibm.net
participants (2)
-
Itamar Shtull-Trauring -
Michel Pelletier