adspace


How do you pass control from one jsp page to another?

Answer Posted / Brijesh Kumar Mishra

<html><body>You can pass control from one JSP page to another by using various methods, such as:<br><ul>n<li>Form Submission: Using the <form> tag and specifying the destination JSP page's URL as the 'action' attribute.</li>n<li>Redirecting: Using the Response.sendRedirect() method in a servlet or scriptlet.</li>n<li>Request Forwarding: Using the RequestDispatcher API to forward the request to another JSP page.</li></ul>

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

i need the source code for opening a word document in java

2309