I have a login page. When the user enters valid Username and Password another page should be displayed. I check the username and password in processAction method. How can I forward to another jsp from processAction?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
you need to use like this..
//method to call jsp
//write this method call into action method
you can call using this method also….
this is easy and simplest method……..