Hi,

there is three ways to do that.

With an action you can use the <map:redirection-to> tag.
Or after a generator you can use an xslt page with a META.
Or you can use the flowscript.

Go to cocoon wiki to find more explanation.
http://wiki.apache.org/cocoon/FrontPage

There is already a message dealing with this subject.

Lionel

Stefan Groschupf wrote:
Hi cocoon community,

I'm new to cocoon and need was searching a the documentation and all mailing list archives but didnt found any entry point to solve my solution.
May I use a wrong vocabulary to search for the solution.
I have a action that extends ServiceableAction.


I wish to do a server side redirection to a other cocoon pipeline or external url.
How to do that in a action via pure java?


In struts I would do a "return mapping.findForward("someAction");
or in jsp a response.sendRedirect("bla.html");

The org.apache.cocoon.environment.Response object has not such a sendRidirect method.

Thanks a lot for any hints.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to