JSF Core Facelets Tag Library.
Tag ajax


This tag creates an instance of AjaxBehavior, and associates it with the nearest parent UIComponent that implements ClientBehaviorHolder interface. This tag can be used on single or composite components.

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 Classorg.apache.myfaces.view.facelets.tag.jsf.core.AjaxHandler
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
disabledfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
No Description
eventfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
executefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
No Description
immediatefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
No Description
listenerfalsefalsejavax.el.MethodExpression
(signature must match public void m(javax.faces.event.AjaxBehaviorEvent evt) " + "throws javax.faces.event.AbortProcessingException)
No Description
oneventfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
onerrorfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
renderfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
No Description

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.