[Zope] assign REQUEST object to redirect?
Ferhat Ayaz
ferhatayaz at yahoo.com
Sat Sep 9 05:41:18 EDT 2006
Hi,
If I return n Script (Python) the following
container.REQUEST.form['id'] = 1
return context.index_html(container.REQUEST)
then I have access to request/form/id within the page
template index_html.
Now I must redirect instead of returning like
return
container.REQUEST.RESPONSE.redirect('index_html')
But how can I give request object in a redirect.
Don't suggest the way appending the query string with
'index_html?'+form fields ...
Thanks,
Ferhat
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
More information about the Zope
mailing list