dinesh Archive

JSTL fmt Tag message <fmt:message> Example

<fmt:message> tag is used to map the key from the key-value paired mapped localized message and returns the value by replacing the key to the respective value. Syntax <fmt:message    key=”<string>”    bundle=”<string>”    var=”<string>” …

JSTL bundle tag <fmt:bundle>

In this tutorial you will learn about the JSTL <fmt:bundle> tag. <fmt:bundle> tag is used to avail the resource for using the formats. A resource bundle is loaded by this tag which will be used …