<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.
Note: Do not use portal tags in portlet JSPs.. The tags mentioned below 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:

<portal-fmt:answer bundle=" bundle">

<portal-fmt:bidi dir="rtl|ltr" attribute="portlet" locale=" locale">

<portal-fmt:description locale=" locale" varname="scripting_variable" />

<portal-fmt:identification action=" setting" object="object_name" var="variable_name"/>

<portal-fmt:problem bundle=" bundle">

<portal-fmt:text key=" key" bundle="bundle">

<portal-fmt:textParam>

<portal-fmt:title locale=" locale" varname="localized_object"/>

<portal-fmt:user attribute=" value"/>


Parent

Tags used by the portal JSPs


portal-core tags
portal-dynamicui tags
portal-logic tags
portal-navigation tags
portal-showtools tags
portal-skin tags
portal-theme-ext tags

 


+

Search Tips   |   Advanced Search