|
|
|
|
refreshParts | java.lang.Object | custom | | null | Part IDs to refresh after processing listener (single String or collection of Strings). |
|
method | java.lang.Object | custom | | null |
The method used by the form when it is submitted, defaults to POST.
|
|
listener | java.lang.Object | custom | | null |
Object invoked when the form is submitted, after all form components have responded
to the submission.
|
|
stateful | java.lang.Object | custom | | null |
If true (the default), then an active HttpSession is required.
|
|
direct | java.lang.Object | custom | | null |
If true (the default), then the more efficient direct service is used.
If false, then the action service is used.
|
|
delegate | java.lang.Object | custom | | null |
Specifies the delegate to be used by fields to track input errors.
|