The expense report example below demonstrates how to use Struts with JSP
The example allows the user to add expense details and can retrieve the expense by specifying date.
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.
This example demonstrates UI tags using registration page in struts framework. In this example you wil see how to create a registration page using Struts 2 UI tags.
The below example demonstrates how to use Internationalization with struts.
The example is a simple web application which stores the details of all the gas purchases.
Run It Now!
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.