August 2002
Intermediate to advanced
688 pages
23h
English
<fmt:bundle>
The <fmt:bundle>
action establishes as localization
context
for
actions in its body. The localization context contains a locale and
the best match for the specified resource bundle. The locale is
either the locale defined by the locale configuration setting or the
best match for the user preferences specified by
the
Accept-Language HTTP request header.
<fmt:bundle basename="resourceBundleBasename" [prefix="keyPrefix"]>JSP elements</fmt:bundle>
|
Attributename |
Java type |
Dynamic valueaccepted |
Description |
|---|---|---|---|
basename |
String |
Yes |
The basename for a resource bundle; see
|
prefix |
String |
Yes |
Prefix to be prepended to keys specified for nested
|
<fmt:bundle basename="labels"> <h1><fmt:message key="title" /></h1> </fmt:bundle>
Read now
Unlock full access