Oracle Fusion Middleware JSP Tag Java API Reference for Oracle WebLogic Portal
10g Release 3 (10.3.4)
E14256-06

Portal Internationalization
Tag getMessage


Description

Retrieve localized text or messages from a JspMessageBundle as specified by the localize tag.


Tag Information
Tag Classcom.bea.p13n.taglib.i18n.GetMessageTag
TagExtraInfo Classcom.bea.p13n.taglib.i18n.GetMessageExtraInfo
Body Contentempty
Display NameGet Message

Attributes
NameRequiredRequest-timeDescription
messageNametruetrue The key used to retrieve the message from the bundle.
messageArgsfalsetrue An Object array containing arguments to be replaced in the message (see java.text.MessageFormat). If no messageArgs are given, no replacements are performed and the message text is returned as-is..
languagefalsetrue Overrides the language specified by the localize tag.
countryfalsetrue Overrides the country specified by the localize tag.
variantfalsetrue Overrides the variant specified by the localize tag.
bundleNamefalsetrue Overrides the bundleName specified by the localize tag.
idfalsefalse If provided, is the name of a variable that will return the message, as a String. If id is not provided, the message is output to the JSP page.
localefalsetrue Overrides the locale specified by the localize tag.

Variables
No Variables Defined.


Oracle Fusion Middleware JSP Tag Java API Reference for Oracle WebLogic Portal
10g Release 3 (10.3.4)
E14256-06

Copyright © 2011, Oracle. All rights reserved.