+

Search Tips   |   Advanced Search

<portal-fmt/> tags


The <portal-fmt/> tags are used to provide enhanced portal formatting capabilities.

The following table provides a brief description of each tag.

Do not use portal tags in portlet JSPs. The following tags are only for use in theme and skin JSPS.

Tag Description
<portal-fmt:answer/> Returns the answer text for a given key in the specified language. This tag should be used only within a <portal-skin:portletRender/> or <portal-core:pageRender/> tag.
<portal-fmt:bidi/> This tag is used to support the display of bidirectional languages.
<portal-fmt:description/> Provides the description of an object that implements the Localized interface. This tag can be used in both theme and skin JSPs.
<portal-fmt:identification/> Transforms a String representation of the ObjectID into an ObjectID. Also transforms an ObjectID into a String representation of the ObjectID.
<portal-fmt:problem/> Returns the problem text for a given key in the specified language. This tag should be used only within a <portal-skin:portletRender/> or <portal-core:pageRender/> tag.
<portal-fmt:text/> Returns the text for a given key in the specified language. For information about how to set the bundle refer to the portletExt:setBundle tag under JSP tags for standard portlets.
<portal-fmt:textParam/> If the text that is retrieved contains placeholders in the form of "{0}", "{1}", "{2}", ..., these can be set using this tag. This tag should be used only in the body of the <portal-fmt:text/> tag.
<portal-fmt:title/> Provides the title of an object that implements the Localized interface. This tag can be used in both theme and skin JSPs.
<portal-fmt:user/> If the user is logged in, this tag returns one of the specified values of attribute.


Detailed descriptions of the <portal-fmt/> tags

The following section provides detailed descriptions of the <portal-fmt/> JSP tags:


Parent: Tags used by the portal JSPs
Related:
<portal-core/> tags
<portal-dynamicui/> tags
<portal-logic/> tags
<portal-navigation/> tags
<portal-showtools/> tags
<portal-skin/> tags
<portal-theme-ext/> tags