Attributes |
Name | Required | Request-time | Type | Description |
binding | false | false | java.lang.String |
The value binding expression linking this component to a property in a backing bean
|
disabled | false | false | java.lang.String |
Disable the altering of event phases. This will not disable child input components, though.
|
events | false | false | java.lang.String |
The types of events that should be changed to be broadcasted in the
different phase. Specified as a space delimited list of event class
names. If a short version of the class name is given, without a
package name, then "javax.faces.event" will be assumed. An event will
be determined to match the entries in this property if it passes the
instanceof test, meaning that if it is exactly that class, or is a
subclass. If all events should have their phase changed, simply specify
FacesEvent as the value of this property.
|
id | false | false | java.lang.String | No Description |
phase | false | false | java.lang.String |
The name of the phase to change events to be broadcasted in. It can be
one of: ANY, APPLY_REQUEST_VALUES, PROCESS_VALIDATIONS,
UPDATE_MODEL_VALUES, INVOKE_APPLICATION.
|
rendered | false | false | java.lang.String |
Flag indicating whether or not this component should be
rendered (during Render Response Phase), or processed
on any subsequent form submit.
|