Hello,
Is there a way in Zope to forward a request from one page to another. When I say "forward" a request, I want to retain all the GET and POST request parameters. So similar to <dtml-call expr="RESPONSE.redirect('...')"> but response.redirect loses all the request parameters.
I've been looking around and couldn't find it.
Any ideas?
Thanks in advance!