o

Tag resolveComponent

Component Information 
InfoValue
Component Typeorg.omnifaces.component.util.ResolveComponent
Handler Classorg.omnifaces.taghandler.ComponentExtraHandler
Renderer TypeNone
DescriptionNone
Attributes 
NameRequiredTypeDescription
nametruejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name under which the component will be made available to EL, scoped to the body of the Facelets tag (default) or to the request.
fortruejavax.el.ValueExpression
(must evaluate to java.lang.String)
ID of the component that will be resolved (looked-up) and if found a reference of it made available to EL.
scopefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Optional scope identifier used to set the scope in which the component reference is inserted. If no scope is specified, the default scope "facelet" will be used.

Values values are "facelet" (default) and "request".

Output generated by Vdldoc View Declaration Language Documentation Generator.