tc

Tag page

Component Information 
InfoValue
Component Typeorg.apache.myfaces.tobago.Page
Handler Classorg.apache.myfaces.tobago.facelets.TobagoComponentHandler
Renderer TypePage
DescriptionNone
Attributes 
NameRequiredTypeDescription
applicationIconfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)

**** @deprecated. Will be removed in a future version ****

Since 4.4.0. Please use <tc:metaLink> instead.

Absolute URL to an image or image name to lookup in tobago resource path representing the application. In HTML it is used as a favicon.
Type: java.lang.String
bindingfalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
The value binding expression linking this component to a property in a backing bean. For Facelets, the component is the outer UIPanel, not the input control.
Type: javax.faces.component.UIComponent
focusIdfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Contains the id of the component which should have the focus after loading the page. Set to empty string for disabling setting of focus. Default (null) enables the "auto focus" feature.
Type: java.lang.String
idfalsejava.lang.String The component identifier for this component. This value must be unique within the closest parent component that is a naming container.
Type: java.lang.String
labelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A localized user presentable label for this component.
Type: java.lang.String
markupfalsejavax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.context.Markup)
Indicate markup of this component. The allowed markups can be defined or overridden in the theme. The value 'none' should not be used any longer. Just leave the attribute empty, or use a NULL pointer.
Type: org.apache.myfaces.tobago.context.Markup

Output generated by Vdldoc View Declaration Language Documentation Generator.