hello Team,
i run Tomcat, using jsp Files.
I would like to have a check for a global boolean.
I have a global java boolean "error_code", and if this is true, then i would like to redirect to a specifig site e.g
I have the boolean, i think it will start like
this
Could someone give me an advice?
Thanks
i run Tomcat, using jsp Files.
I would like to have a check for a global boolean.
I have a global java boolean "error_code", and if this is true, then i would like to redirect to a specifig site e.g
I have the boolean, i think it will start like
this
Code:
<%
if (error_code)
{
??????
}
%>
Could someone give me an advice?
Thanks