Answer Posted / sharief
First write a jsp page.In the form tag of jsp write the
servlet name,then the control automatically goes to the servlet.
Ex: <form name="myform" action="NameOfYourServlet"
method="post/get">
</form>
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the relationship between the canvas class and the graphics class?
Is there a guarantee of uniqueness for entity beans?
Will the general public have access to the infobus apis?
what is the use of State Factories?
What must a class do to implement an interface?
When a thread blocks on i/o?
What is aop(assepct oriented programing)?
what is a non-repeatable read?
whats is mean by connectionpooling
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?
Have you used threads in Servelet?
How can I scroll through list of pages like the search results in google?
What is the difference between the font and fontmetrics classes?
What is the purpose of the notify() method?
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?