thanx Boaz and Clemente Dani
> ----------
> From: Boaz Shaham[SMTP:[EMAIL PROTECTED]]
> Reply To: [EMAIL PROTECTED]
> Sent: Tuesday, December 26, 2000 3:02 PM
> To: '[EMAIL PROTECTED]'
> Subject: RE: How to exit from JSP page
>
> in a java section at the beginning of the page:
>
> <%
> ...
> if (your_condition)
> return;
> ...
> %>
>
> - Boaz
>
> -----Original Message-----
> From: Deepak C S [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, December 26, 2000 11:31
> To: '[EMAIL PROTECTED]'
> Cc: '[EMAIL PROTECTED]'
> Subject: How to exit from JSP page
>
>
>
> Hi,
>
> Can anybody tell "how to exit from a JSP page?
>
> I want to check for a condition at beginning of a JSP page and based
> on
> result I want to skip processing rest of the JSP page....without using
> big<If-else block>
>
> I mean I need a Perl equivalent of "exit;" command in JSP.
>
> thanx in advance,
> Deeps
>