How values can be passed from HTML page to servlet?
Answer Posted / samsudeen
Using <form tag>
ex : <form action=controller method=post>
The action controller is mapping in web.xml.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
When a servlet accepts a call from a client, it receives two objects. What are they?
What is the use of welcome-file-list?
Hi frnd can i any one kindly can post for me portlet,hibernate and spring example application and with flow explantion configuration using Jdeveloper.and related links ar tutorials kindly please send me .its urgent for me .thanks in advance...........else can any one send to kondaiah.goddeti@gmail.com
What mechanisms are used by a Servlet Container to maintain session information?
What is a servlet context object?
What is servlet instance?
Difference between GET and POST?
Can you send an authentication error from a servlet?
What is a servlet context?
Can you use javascript in servlets?
What is servlet in web technology?
How do we call one servlet from another servlet?
What’s the difference between forward() and sendredirect() methods?
What is servlet initializer?
Explain the war file?