How values can be passed from HTML page to servlet?
Answer Posted / shivom srivastava
We can use BEAN's getters and setters to get the the value
from the html pages.
At least in case of struts we do the same
Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Is it good idea to create servlet constructor?
What's the advantages using servlets than using cgi?
How servlets are deployed in java?
If servlet receives multiple requests, how many objects will it create?
Which event is fired at the time of project deployment and undeployment?
What is called servlet container?
What is the use of httpservletrequestwrapper and httpservletresponsewrapper?
How do cookies work in servlets?
How do I use cookies to store session state on the client?
Can filter be used as request or response?
What is http servlet?
What is the difference between portlet and servlet?
What are the advantages of cookies?
What is the use of httpservletrequestwrapper?
How can we include static files in the jsp page?