This example demonstrates Visitor Pattern in java.
In this example Visitor Pattern Represents an operation to be performed on the elements of an object structure / Visitor lets you define a new opera Run It Now!
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.