Create an application for online auction using Servlet and JSP.
Create a HTML page as shown below.
None of the fields should be empty. Perform necessary validations on the HTML Page.
If all the fields have necessary values, invoke a servlet that collects all the information and invokes a JSP page to display the information in the format given below.
Use Java Bean wherever required.



