Hello!
My web application is redirecting all exceptions to an error page (through
web.xml confs). Although, when exceptions occur on JSPs, the application
isn't being redirected to the error page.
My error occurs on the following situation:
If the User's Session expires, the user gets redirected to the login form,
and then back to the action it requested (if the login was successful). In
every action I check if the user has passed by its home (where I put one
object on its session). If not, the user gets redirected to its home. So,
after a session expired, the user gets redirected to its home.
Although, I have one case which:
If the user tries to submit a form, and the session has expired, the
user
gets redirected to the login form, and than to the action it requested (form
submit). This action has "validate=true", so control gets to the validator,
which detects that the parameters are incorrect, and it redirects to the
"input" of the action. Here is the problem. This Input needs one object on
the session, and its here where I am getting the exception. The exception
occurs before I have control, and isn't getting redirected correctly.
Why are JSP excerptions being redirected?
Any help to my problem would be appreciated.
Thanks in advance,
Victor Batista
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]