jsp:forward .. / from within an included JSP file ?

2003-03-04 Thread Mufaddal Khumri
Now, since a request.sendRedirect( .. ) wont work from within an included .jsp page ... i am trying to use the jsp:forward ... / tag. / /--- html % // if the user is not authenticated, we

Re: jsp:forward .. / from within an included JSP file ?

2003-03-04 Thread Erik Price
Mufaddal Khumri wrote: Now, since a request.sendRedirect( .. ) wont work from within an included .jsp page ... i am trying to use the jsp:forward ... / tag. [...] Now if the USER_AUTHORIZED attribute is not set, it will enter the if block and get forwarded to the login.jsp page. I get the