Re: Servlet redirect

Thomas Vandahl <[email protected]> Sun, 29 Jul 2012 21:32:43 +0200
Newsgroups gmane.comp.jakarta.turbine.user
Message-ID <[email protected]>
On 23.07.12 20:10, SzĹącs Attila wrote:
> How can I redirect from the servlet so that the redirected page is displayed?

I'm not quite sure I understand what you want to achieve, but there is
always the possibility to return a "Location" header which can redirect
to any URL.

Would that help?

Bye, Thomas.