if (doRedirect){
response.sendRedirect("http://localhost/");
return();
}
--
doesn't compile ->
"Missing term"
any ideas
thanks
michael
>You can use return();
>
>-----Original Message-----
>From: Michi Reutter [mailto:[EMAIL PROTECTED]]
>Sent: Tuesday, October 23, 2001 1:02 PM
>To: [EMAIL PROTECTED]
>Subject: STOP-JSP
>
>
>how to stop e jsp?
>
>I do a HTTP-redirect some times - and want to end the JSP, so the code
>afterwards won't be executed!
>I think System.exit() is a bad idea!
>
>but what to do else?
>
>thanks
>michael