Validation Framework 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.
Validation Framework-Client Side 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.
ForwardAction ForwardAction is the one of the most frequently used built-in Action classes.
IncludeAction IncludeAction included resulting resource in the HTTP response.
DispatchAction 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.
LookupDispatchAction 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.
DynaActionForm DynaActionForm is specialized subclass of ActionForm that allows the creation of form beans with dynamic sets of properties,
without requiring the developer to create a Java class for each type of form bean.
DynaValidatorForm DynaValidatorForm is specialized subclass of DynaActionForm that allows the creation of form beans with dynamic sets of properties,
without requiring the developer to create a Java class for each type of form bean, And Validate the properties based on XML configuration.
Struts Spring Hibernate Integration Web Application using Tomcat This tutorial guide you how you can integrate Struts Spring Hibernate in a Web Application. This is simple application where user form (UI) as Struts and Service as Spring and DAO is Hibernate. User Details in the User Form and save the details into DataBase.