Getting Response.End() behavior in JSP
- by Sam Ingrassia
Thanks to everyone in advance -
I am aware of closing the jspwriter/outputstream and returning as a method to stop further execution in the main context. Has anyone found a way to stop execution outside of the main context? From my understanding of how jsp is 'compiled' etc I do not think this is possible, but I thought I should see if anyone has any clever solutions -
Thanks,
Sam