I'm using Cocoon 2.1m3 and when I perform a <map:redirect-to uri="{page}" /> in the sitemap, I lose my parameters from the original request. I can fix this by using the internal cocoon redirect (with the cocoon: protocol), but I rather not use this since it doesn't update the URL in the clients web browser (causing problems performing a refresh, or bookmarking the site).
Is there another way to redirect in Cocoon and keep the original request parameters?
Regards,
Michel de Blok
------------------------------------------------------------------------
Do you Yahoo!?
Yahoo! SiteBuilder <http://us.rd.yahoo.com/evt=10469/*http://sitebuilder.yahoo.com> - Free, easy-to-use web site design software
Something like this might work.
<map:redirect-to uri="uri?{request:queryString}"/>
(Could be {request:query-string})
Note that a redirect does an HTTP redirect, and therefore no HTTP request parameters will be propogated.
Regards, Upayavira
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
