Validation Framework in Struts Validation Framework provides the functionality to validate the form data. It can be use to validate the data on the client side as well as on the server side.
Satish .
Validation Framework-Client Side in Struts Validation Framework provides the functionality to validate the form data. It can be use to validate the data on the client side. Errors will be displayed like java script.
Satish .
DynaActionForm in Struts A DynaActionForm has no associated Java class. Its JavaBeans properties are created by adding the tag in Struts Config file
Venkatesh Purohit .
DispatchAction in Struts A DispatchAction is another useful built-in Struts Action.Use DispatchAction when a set of actions is closely related and separating them into multiple Actions would result in duplication of code.
Gururaj .
LookupDispatchAction in Struts A DispatchAction is another useful built-in Struts Action.Use DispatchAction when a set of actions is closely related and separating them into multiple Actions would result in duplication of code.