I am making a JSP application under Turbine and I'm having problems with
response's sendRedirect method.
If an error occurs into a JSP then I want to do a sendRedirect to another
JSP wich will handle it. When I do this, without having writed anything to the output,
I have an exception that says that someone else ( Turbine ??? ) has used the output
and then I can't redirect".
Well ... how can I solve the problem ...
Another thing that I have tried is to use RunData.setRedirectUri, but it seems to
don't do anything with JSP.
Well, the last question is: Can I make a "JSP only layout" (like
VelocityOnlyLayout) ?
Now I'm working with a little different JSPLayout that comes in the TDK-Source, but
with
JSP I will prefer to work only with the output with JSP. Is it possible?
Thanks! ;-)
_________________
Toni Ortega
[EMAIL PROTECTED]
_________________