Tobago Components
Tag page


Renders a page element.

UIComponentClass: org.apache.myfaces.tobago.component.UIPage

RendererType: Page

Supported facets:

action
Contains an instance of UICommand (tc:command) for an auto-action
resizeAction
Contains an instance of UICommand (tc:command) or a UIForm (tc:form) with a UICommand for a resize-action
menuBar
Menubar
layout
Contains an instance of UILayout


Tag Information
Tag Classorg.apache.myfaces.tobago.taglib.component.PageTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
labelfalsetruejava.lang.StringText value to display as label. If text contains an underscore the next character is used as accesskey.
Type: java.lang.String
idfalsetruejava.lang.StringThe component identifier for this component. This value must be unique within the closest parent component that is a naming container.
Type: java.lang.String
widthfalsetruejava.lang.StringThe width for this component. This value is used in the gridLayouts columns attribute. See gridLayout tag for valid values.
Type: java.lang.String
heightfalsetruejava.lang.StringThe height for this component.
Type: java.lang.String
bindingfalsetruejava.lang.StringThe value binding expression linking this component to a property in a backing bean.

Warning: For the tobago extension library tx the binding differs from JSP and Facelets:

  • JSP: The component is the inner main control (e. g. UIInput).
  • Facelets: The component is the outer UIPanel.
statefalsetruejava.lang.StringValueBindingExpression pointing to a object to save the component's state.
Type: java.lang.Object
applicationIconfalsetruejava.lang.StringAbsolute 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
doctypefalsetruejava.lang.String

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

Possible values for doctype are:
strict
HTML 4.01 Strict DTD
loose
HTML 4.01 Transitional DTD
frameset
HTML 4.01 Frameset DTD
All other values are ignored and no DOCTYPE is set.
Type: java.lang.String
Default: loose
focusIdfalsetruejava.lang.StringContains the id of the component wich should have the focus after loading the page. Set to emtpy string for disabling setting of focus. Default (null) enables the "auto focus" feature.
Type: java.lang.String

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.