This example demonstrates registration of product. In this example product registration page is being called through jsp and servlet is called by servlet page with different url pattern (*.do).
The below example demonstrates how to use Vectors (collection array) using jsp and servlet in struts. Here Vector array is used for collecting all registered users.
The below example demonstrates Tiles definitions in Struts. In this example defs.xml file contains all the Tile definitions.On clicking the links , only the body part of the page should change.
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 security in Struts. In this example you will see role based security in web.xml file using security-role tag. only tomcat has role.