Save This Page
Home » struts-1.3.9-src » org.apache.struts » chain » commands » servlet » [javadoc | source]
org.apache.struts.chain.commands.servlet
public class: ValidateActionForm [javadoc | source]
java.lang.Object
   org.apache.struts.chain.commands.ActionCommandBase
      org.apache.struts.chain.commands.AbstractValidateActionForm
         org.apache.struts.chain.commands.servlet.ValidateActionForm

All Implemented Interfaces:
    ActionCommand

Validate the properties of the form bean for this request. If there are any validation errors, execute the child commands in our chain; otherwise, proceed normally. Also, if any errors are found and the request is a multipart request, rollback the MultipartRequestHandler.

Method from org.apache.struts.chain.commands.servlet.ValidateActionForm Summary:
validate
Methods from org.apache.struts.chain.commands.AbstractValidateActionForm:
execute,   validate
Methods from org.apache.struts.chain.commands.ActionCommandBase:
execute,   execute
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.struts.chain.commands.servlet.ValidateActionForm Detail:
 protected ActionErrors validate(ActionContext context,
    ActionConfig actionConfig,
    ActionForm actionForm) 

    Call the validate() method of the specified form bean, and return the resulting ActionErrors object.