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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started