To call view mapping functionality from a page, include a getItemMapping tag and the following taglib directive:

<%@ taglib prefix="biz"     uri="http://www.atg.com/taglibs/bizui" %>

The getItemMapping tag is included in the bizui tag library, which is defined in the bizui-1_0.tld in <ATG2007.3dir>\BIZUI\taglibs\bizui\tld. It has the following key parameters:

Parameter

Required

Description

fallbackMode

No

The (optional) fallback mode.

item

No

The versioned repository item or virtual file

itemName

No

The item descriptor name or VFS file type of the item (if the item parameter is not specified)

itemPath

No

The Nucleus component path of the item (if the item parameter is not specified)

mode

No

The map mode to use for this item.

propertyList

No

An explicit list of properties. If specified, all other properties are excluded.

readOnlyMode

No

The (optional) mode to use for read-only properties

showDefault

No

A flag that specifies whether to show properties that do not have explicit mappings (the default is true).

showExpert

No

Set to true or false to show or hide expert properties

For examples of the getItemMapping tag, examine the pages in the directory <ATG2007.3dir>\PubPortlet\PubPortlets.ear\portlets.war\html\
ProjectsPortlet
—for example assetEditPage.jsp, which contains an instance of the getItemMapping tag used in the context of a top-level itemMapping.

 
loading table of contents...