webuijsf
Tag versionPage


Use the <webuijsf:versionPage> tag to display a version page.
A version page is usually launched in a popup window from the masthead (see webuijsf:masthead).

HTML Elements and Layout

A version page consists of:

The application version and copyright can be specified in directly on the jsp page or within a version information file.

 

Client Side Javascript Functions

none.


Tag Information
Tag Classcom.sun.webui.jsf.component.VersionPageTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
bindingfalsefalsejava.lang.String A ValueExpression that resolves to the UIComponent that corresponds to this tag. This binding allows the Java bean that contains the UIComponent to manipulate the UIComponent, its properties, and its children.
renderedfalsefalsejava.lang.String Use the rendered attribute to indicate whether the HTML code for the component should be included in the rendered HTML page. If set to false, the rendered HTML page does not include the HTML for the component. If the component is not rendered, it is also not processed on any subsequent form submission.
idfalsetruejava.lang.StringNo Description
styleClassfalsefalsejava.lang.String

CSS style class(es) to be applied to the outermost HTML element when this component is rendered.

productImageDescriptionfalsefalsejava.lang.String

The description to use for the Product Name Image displayed in the version page.

productImageHeightfalsefalsejava.lang.String

The height to use for the Product Name Image

productImageURLfalsefalsejava.lang.String

The url to use for the Product Name Image

copyrightStringfalsefalsejava.lang.String

The application copyright information.

stylefalsefalsejava.lang.String

CSS style(s) to be applied to the outermost HTML element when this component is rendered.

visiblefalsefalsejava.lang.String

Use the visible attribute to indicate whether the component should be viewable by the user in the rendered HTML page. If set to false, the HTML code for the component is present in the page, but the component is hidden with style attributes. By default, visible is set to true, so HTML for the component HTML is included and visible to the user. If the component is not visible, it can still be processed on subsequent form submissions because the HTML is present.

productImageWidthfalsefalsejava.lang.String

The width to use for the Product Name Image

versionStringfalsefalsejava.lang.String

The application version.


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.