...::: Recent Updates :::...

Saturday, May 26, 2012

Write a Servlet which will display all the parameters which are passed to the servlet page.




Write a Servlet which will display all the parameters which are passed to the servlet page.

Hint: The previous page which will send the parameter should implement the method GET and the page should contain one textbox and a button. When the button is clicked the servlet page should get opened and should read the value of the textbox passed as an parameter.

Step 1 : Create Simple HTML Page With Form Elements. 


Step 2 : Create Servlet File Which GET Values from this HTML Form.


Step 3 : Create Web.XML File.





No comments:

Post a Comment