[Zope] Passing a variable to RESPONSE.redirect

Asad Habib ahabib at engin.umich.edu
Fri Jul 15 10:51:21 EDT 2005


Is it possible to pass a variable to RESPONSE.redirect or does the page
name have to be a literal string? I was unable to pass in a variable via
the REQUEST object (i.e. REQUEST.get('pageName')) or the SESSION attribute
of the REQUEST object (i.e. REQUEST.SESSION.get('pageName')). Any help
would be appreciated. Thanks.

- Asad


More information about the Zope mailing list