| |||||||
FRAMES NO FRAMES |
Register an AjaxBehavior instance on one or more UIComponents implementing the ClientBehaviorHolder interface. This tag may be nested witin a single component (enabling Ajax for a single component), or it may be "wrapped" around multiple components (enabling Ajax for many components).
Tag Information | |
Tag Class | None |
TagExtraInfo Class | None |
Body Content | empty |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
disabled | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| A value of "true" indicates the AjaxBehavior should not be rendered. A value of "false" indicates the AjaxBehavior should be rendered. "false" is the default. |
event | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| A String identifying the type of event the Ajax action will apply to. If specified, it must be one of the events supported by the component the Ajax behavior is being applied to. For HTML components this would be the set of supported DOM events for the component, plus "action" for Faces ActionSource components and "valueChange" for Faces EditableValueHolder components. If not specified, the default event is determined for the component. The DOM event name is the actual DOM event name (for example: "click") as opposed to (for example: "onclick"). |
execute | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| Evaluates to Collection |
immediate | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| If "true" behavior events generated from this behavior are broadcast during Apply Request Values phase. Otherwise, the events will be broadcast during Invoke Aplications phase |
listener | false | false | javax.el.MethodExpression
(signature must match public void processAjaxBehavior(javax.faces.event.AjaxBehaviorEvent event) throws javax.faces.event.AbortProcessingException )
| Method expression referencing a method that will be called when an AjaxBehaviorEvent has been broadcast for the listener. |
onevent | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The name of the JavaScript function that will handle UI events. |
oneerror | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The name of the JavaScript function that will handle errors. |
render | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| Evaluates to Collection |
Variables | ||||
No Variables Defined. |
| |||||||
FRAMES NO FRAMES |