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
How can I avoid validating a form before data is entered?
what are the activation groupworks?
Define the remote object implementation?
Difference between hashmap and hashtable?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
What are the difference between RMI and CORBA?
How to implement RMI in Java?
What is the relationship between local interfaces and container-managed relationships?
what are getters and setters in Java with examples?
How would you create a button with rounded edges?
what is an isolation level?
What is a modular application? What does module-relative mean?
Which javutil classes and interfaces support event handling?
Which characters may be used as the second character of an identifier, but not as the first character of an identifier?
Can I run seam outside of jboss as?