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 |
|---|---|---|
| No | The (optional) fallback mode. |
| No | The versioned repository item or virtual file |
| No | The item descriptor name or VFS file type of the item (if the |
| No | The Nucleus component path of the item (if the |
| No | The map mode to use for this item. |
| No | An explicit list of properties. If specified, all other properties are excluded. |
| No | The (optional) mode to use for read-only properties |
| No | A flag that specifies whether to show properties that do not have explicit mappings (the default is true). |
| 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\—for example
ProjectsPortletassetEditPage.jsp, which contains an instance of the getItemMapping tag used in the context of a top-level itemMapping.

