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
What is servlet api used for conneting database?
Which is better jsp or servlet?
What are the jobs performed by servlets?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
What are the life cycle methods of a servlet?
Which event is fired at the time of session creation and destroy?
How do you create a cookie using servlet?
What must be implemented by all servlets?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
What is the difference between CGI and Servlet?
What is the need of servlet filters?
What is the disadvantage of cookies?
What is the use of request dispatcher interface?
How do you define a servlet?
What are different ways for authentication of servlet?