The below example demonstrates different types of validation in struts framework. In this example you will see list of links on index page which has different type of validation on text box field.
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.
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.