JSF Composite Facelets Tag Library.
Tag clientBehavior




Tag Information
Tag Classorg.apache.myfaces.view.facelets.tag.composite.ClientBehaviorHandler
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
eventtruefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
This attribute is used as the target event name, so client behaviors pointing to "name" will be attached on the related components identified by "targets" attribute and on the event name this attribute holds. In other words, this is the "real" event name.
nametruefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
This attribute represents the source event name that is used when instances of the composite component are used. In other words, this is the "logical" event name.
defaultfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
Indicate this clientBehavior description is the one that has to be taken by default. There should be only one clientBehavior with this property set to true in a composite component interface description.
targetsfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Contains a list of clientIds separated by spaces that identify the component(s) that will be used to attach client behaviors from the composite component.

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.