validate(ActionMapping mapping, HttpServletRequest request) Validate the properties that have been set from this HTTP request,
and return an ActionErrors object that encapsulates any
validation errors that have been found.
Reset all properties to their default values.
Parameters: mapping - The mapping used to select this instance Parameters: request - The servlet request we are processing
setCurrentNumberOfContainer
public void setCurrentNumberOfContainer(int currentNumberOfContainer)(Code)
setTotalCurrentNumberOfBMPType
public void setTotalCurrentNumberOfBMPType(int totalCurrentNumberOfBMPType)(Code)
setTotalCurrentNumberOfBeanType
public void setTotalCurrentNumberOfBeanType(int totalCurrentNumberOfBeanType)(Code)
setTotalCurrentNumberOfCMPType
public void setTotalCurrentNumberOfCMPType(int totalCurrentNumberOfCMPType)(Code)
setTotalCurrentNumberOfMDBType
public void setTotalCurrentNumberOfMDBType(int totalCurrentNumberOfMDBType)(Code)
setTotalCurrentNumberOfSBFType
public void setTotalCurrentNumberOfSBFType(int totalCurrentNumberOfSBFType)(Code)
setTotalCurrentNumberOfSBLType
public void setTotalCurrentNumberOfSBLType(int totalCurrentNumberOfSBLType)(Code)
Validate the properties that have been set from this HTTP request,
and return an ActionErrors object that encapsulates any
validation errors that have been found. If no errors are found, return
null or an ActionErrors object with no
recorded error messages.
Parameters: mapping - The mapping used to select this instance Parameters: request - The servlet request we are processing