JSTL Archive

JSTL SQL SetDataSource<sql:setDataSource> Example

JSTL setDataSource Tag provides capability to create a datasource directly from JSP and it can be stored in a variable to use later with the help of scope attribute. Syntax- <sql:setDataSource   var=”<string>”   scope=”<string>” …

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 …