you might try something like:
<%
if (stopprocessing) {
response.flushBuffer();
return;
}
%>
--jim
-----Original Message-----
From: John Minadeo [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 13, 2000 5:02 PM
To: JRun-Talk
Subject: Response.End
Hey all,
I apologive that this is a little off topic as it deals more with jsp then
Jrun but it should be quick and painless... :-)
Does JSP support something to the effect of MS's ASP Response.End method?
Basically, I need a page to dump any buffered output and stop executing
right there if a certain condition exists... I can re-write the using
if/else flow control but it would be easier to just do a response.end if I
need it to stop...
Thanks for your help!
--
John Minadeo
[EMAIL PROTECTED]
----------------------------------------------------------------------------
--
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe:
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe'
in the body.
------------------------------------------------------------------------------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the
body.