This example demonstrates how to throw Exception in struts framework. this example has two exception class DuplicateChecknumber and InsufficientAccount.
The below example demonstrates validate empty fields in struts framework. In this example you will see a message when user will leave any empty field on customer registration form and click on submit button.
The below example demonstrates how to validate all form fields in struts framework. In this example when user fill wrong info in fields on gas parchase form then click on Add button. it will validate using appropriate message.
The below example demonstrates Form based tags in struts framework. In this example index page has more links which are calling approriate action using struts.xml file.
The below example demonstrates Creating the view in struts framework. In this example a company's fleet manager track fuel purchases for the company's vehicles.
The below example demonstrates how to dispatch url after some time of a registration page. if you access registration page directly then it will show the message "direct access is denied".