Hi,
I have a login page which is validated at the server side.When the login fails,the
servlet which does the processing calls the sendRedirect to the login jsp.I want to display some error message when the
jsp is called back again with some message like "Login failed,Try again!" at a particular place on the login jsp.
Is it possible to do this by sendRedirect?
Can some one please advice me on this?
Thanks in advance!