| |||||||
FRAMES NO FRAMES |
Unless otherwise specified, all attributes accept static values or EL expressions.
According to the documentation, the tag handler implementing this tag should meet the following conditions:
Tag Information | |
Tag Class | org.apache.myfaces.view.facelets.tag.jsf.core.AjaxHandler |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
disabled | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| No Description |
event | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| No Description |
execute | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| No Description |
immediate | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| No Description |
listener | false | false | javax.el.MethodExpression
(signature must match public void m(javax.faces.event.AjaxBehaviorEvent evt) " + "throws javax.faces.event.AbortProcessingException )
| No Description |
onevent | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| No Description |
onerror | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| No Description |
render | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| No Description |
delay | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| No Description |
resetValues | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| No Description |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |