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 Dispatch Actions in struts 2 framework. In this example you will see how to group a set of related functionalities in a single Action class.
The below example demonstrates Custome Interceptors in struts 2 framework. In this example you will see different ways to create you own interceptor stack and associate it with the action class.