Joerg
On 23.10.2003 17:30, Tsui, Alban wrote:
Hi
I want to do some redirection using <map:mathc pattern="gateway"> <map:act type="xsp-action" src="system/gateway_action.xsp"> <map:redirect-to uri="{gatewayredirectURL}"/> </map:act> </map:match>
Assuming the redirect url is generated by my action as above, would it automatically redirect all the queryparameters (POSTed) along to the redirect url?
Or do I need to do something special in the action codes to pass along the posted query parameters?
What I have in mind is that I have a url like:
cocoon/gateway
and a form is posted to this url and then from my action, it would examine some parameters and then redirect the posted form to another url for further processing by keeping all the request parameters orginally posted to cocoon/gateway.
Any help would be appreciated.
Thanks. Alban
P.S. I am using cocoon 2.0.3 on tomcat.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
