Hi,
What is the neatest way to an ASP-like Response.End() ?
I have an if statement which can cause a redirect and then I want to stop
all further processing of the my JSP ...
Is it feasible to just call "return null;" since this will return on
the service method of the generated servlet - or is there something nicer?
Thanks!
Jonathan
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets