v
Tag scope




Tag Information
Tag Classorg.rcfaces.core.internal.taglib.ScopeTag
TagExtraInfo Classorg.rcfaces.core.internal.taglib.CameliaTagExtraInfo
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
idfalsetruejava.lang.StringA string specifying the identifier for this component. This value must be unique within the closest parent component that is a naming container.
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
The value binding expression linking this component to a property in a backing bean.
renderedfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
A boolean value indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.
scopeSaveValuefalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
No Description
scopeValuefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
A string value specifying the binding associated to a variable representing a shortcut. (cf. scopeVar) ex: if scopeVar "bat" is associated to scopeValue "bean.attribute1.attribute2" then the use of "bat.attribute3" will be equivalente to "bean.attribute1.attribute2.attribute3"
scopeVarfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string value specifying the name of a variable representing a shortcut to a binding. (cf. scopeValue) ex: if scopeVar "bat" is associated to scopeValue "bean.attribute1.attribute2" then the use of "bat.attribute3" will be equivalente to "bean.attribute1.attribute2.attribute3"

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.