java.lang.Objectorg.apache.struts.chain.commands.ActionCommandBase
org.apache.struts.chain.commands.AbstractPopulateActionForm
All Implemented Interfaces:
ActionCommand
Direct Known Subclasses:
PopulateActionForm
Populate the form bean (if any) for this request.
$ - Rev: 471754 $ $Date: 2005-11-12 13:01:44 -0500 (Sat, 12 Nov 2005)
$| Method from org.apache.struts.chain.commands.AbstractPopulateActionForm Summary: |
|---|
| execute, handleCancel, populate, reset, trimParameterName |
| 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.AbstractPopulateActionForm Detail: |
|---|
Populate the form bean (if any) for this request. |
Take into account whether the request includes any defined value for the global "cancel" parameter. An issue was raised (but I don't think a Bugzilla ticket created) about the security implications of using a well-known cancel property which skips form validation, as you may not write your actions to deal with the cancellation case. |
Populate the given |
Call the |
For a given request parameter name, trim off any prefix and/or
suffix which are defined in |