Question: (Can use HTML and java for validation) Make a Tourism Customer Registration Form. It ask user to enter name, age, email, date of birth, Username.
(Can use HTML and java for validation)
Make a Tourism Customer Registration Form. It ask user to enter name, age, email, date of birth, Username. The validation for same are: 1. All are compulsory field. 2. Age should be between 0 to 100. 3. Email should be of proper mail format. 4. Name should be string only. 5. Username can be alpha-numeric and having length greater than 5. 6. Specific range of date of birth should be there. Using XML approach of Struts implement the given functionalityDisplay appropriate message, if data is not in correct format. If data is in correct format, on "Display" page, display "Data Saved Successfully" store it in table and also display all table records.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
