RichFaces ( Legacy URL )
Tag componentControl




Tag Information
Tag Classorg.richfaces.taglib.ComponentControlTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
attachTimingfalsefalsejava.lang.StringDefines an Id of a component or HTML element listened by the control component
attachTofalsefalsejava.lang.StringClient identifier of the component or id of the existing DOM element that is a source for given event. If attachTo is defined, the event is attached on the client according to the AttachTiming attribute. If attachTo is not defined, the event is attached on the server to the closest in the component tree parent component.
bindingfalsefalsejava.lang.StringThe attribute takes a value-binding expression for a component property of a backing bean
disableDefaultfalsefalsejava.lang.StringIf "true", it is used to avoid a problem with form submit and modalPanel showing
eventfalsefalsejava.lang.StringThe Event that is used to trigger the operation on the target component
forfalsefalsejava.lang.StringClient identifier of the target component.
idfalsefalsejava.lang.StringEvery component may have a unique id that is automatically created if omitted
namefalsefalsejava.lang.StringThe optional name of the function that might be used to trigger the operation on the target component
operationfalsefalsejava.lang.StringThe function of Javascript API that will be invoked. The API method is attached to the 'component' property of the root DOM element that represents the target component. The function has two parameters - event and params. See: 'params' attribute for details.
paramsfalsefalsejava.lang.StringThe set of parameters passed to the function of Javascript API that will be invoked. The JSON syntax is used to define the parameters, but without open and closed curve bracket. As an alternative, the set of f:param can be used to define the parameters passed to the API function. If both way are used to define the parameters, both set are concatenated. if names are equals, the f:param has a priority.
renderedfalsefalsejava.lang.StringIf "false", this component is not rendered

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.