MethodBinding pointing at the application action to be invoked,
if this UIComponent is activated by you, during the Apply
Request Values or Invoke Application phase of the request
processing lifecycle, depending on the value of the immediate
property
Setter for action
boolean attribute which provides possibility to limit JSF tree processing(decoding, conversion/validation, value applying)
to the component which send the request only
Setter for ajaxSingle
A ValueExpression enabled attribute that, if present, will be used as the text of the converter message, replacing any message that comes from the converter
Setter for converterMessage
A flag indicating that this component value must be converted
and validated immediately (that is, during Apply Request Values
phase), rather than waiting until a Process Validations phase
Setter for immediate
A ValueExpression enabled attribute that, if present, will be used as the text of the validation message for the "required" facility, if the "required" facility is used
Setter for requiredMessage
MethodBinding pointing at a method that is called during
Process Validations phase of the request processing lifecycle,
to validate the current value of this component
Setter for validator
A ValueExpression enabled attribute that, if present, will be used as the text of the validator message, replacing any message that comes from the validator
Setter for validatorMessage