|
|
|
|
updateComponents | java.lang.Object | custom | | null | Collection/list of component id strings to refresh after invoking listener. |
|
method | java.lang.Object | custom | | literal:post |
The method used by the form when it is submitted, defaults to "post".
|
|
success | java.lang.Object | custom | | null |
Object invoked when the form is submitted normally (not a cancel or a refresh) and
the validation delegate contains no errors.
|
|
cancel | java.lang.Object | custom | | null |
Object invoked when the form is cancelled (a special type of form submission).
The cancel listener (if any) overrides the standard listener. Other properties
will not be affected by the rewind.
|
|
refresh | java.lang.Object | custom | | null |
Object invoked when the form is refreshed (a special type of form submission).
The refresh listener (if any) overrides the standard listener.
Other properties managed by enclosed components will be updated.
|
|
listener | java.lang.Object | custom | | null |
Default listener used when no other listener is invoked.
|
|
stateful | java.lang.Object | custom | | true |
If true (the default), then an active session is required when the
form is submitted, if there was an active session when the
form was rendered.
|
|
direct | java.lang.Object | custom | | true |
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 | | bean:defaultDelegate |
Specifies the delegate to be used by fields to track input errors. If not specified, the
Form provides a default instance of org.apache.tapestry.valid.ValidationDelegate.
|
|
clientValidationEnabled | java.lang.Object | custom | | null |
If true (the default) then client-side validation will be generated upon render for any
required or validating fields.
|
|
focus | java.lang.Object | custom | | true |
If true (the default), then the form will attempt to get field focus on the first
field in error (or first required field, or just first field) within the form.
Set to false to allow a different Form on the same page to claim field focus.
|