Tobago Components
Tag page


TODO description of page tag

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

RendererType: Page

Supported facets:

action
Contains an instance of UICommand (tc:command) for an auto-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.
idfalsetruejava.lang.StringThe component identifier for this component. This value must be unique within the closest parent component that is a naming container.
widthfalsetruejava.lang.StringThe width for this component. This value is used in the gridLayouts columns attribute. See gridLayout tag for valid values.
heightfalsetruejava.lang.StringThe height for this component.
bindingfalsetruejava.lang.StringThe value binding expression linking this component to a property in a backing bean.
statefalsetruejava.lang.StringValueBindingExpression pointing to a object to save the component's state.
doctypefalsetruejava.lang.StringPossible 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. The default value is 'loose'.
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.
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.

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.