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
How can we upload the file to the server using servlet?
What is servlet and how it works?
Differentiate between the web server and application server?
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
What is the GenericServlet class?
What do you mean by servlet?
What do you mean by mime type?
How do I use cookies to store session state on the client?
Write all the phases defined in servlet life cycle?
What is the use of servlet context?
What is the difference between a generic servlet and http servlet?
What are session variable in servlets?
How can you push data from an Applet to a Servlet?
What are all the advantages of servlet over cgi?
What are the supporting protocol by HttpServlet ?