First of all, please bare my ignorance. This may be a very basic question. But I am not to find it out.
I see some thing like this in the code. I dont understand what a JSTL is. Whatever I search, it redirects to JSTL related articles, which I seldom understand !
${applicationVersionNumber}
What does this mean ? From where this value is read ? Any help is highly appreciated.
Also I see the below on top of my file. Which one of these three lines is actually required for ${applicationVersionNumber}
to work ?
<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%>
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
<%@ taglib uri="http://jakarta.apache.org/taglibs/log-1.0" prefix="log"%>
[jsp][jstl][el]
tags below the question. In the popbox which shows, click the info link. – Cloudland<%@
mean? – Marotta