Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Project 9

Online Auction

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.