0

Setting some value in session my interceptor and I sure someValue is there is session.

session.setAttribute("someValue", settingSomeValueHere);

<c:out value="${sessionScope.someValue}"/> is printing like 
${sessionScope.someValue} in my JSP output.

but I can get the same value with <%= session.getAttribute("someValue")%>

in my jsp, added tlds like

<%@ taglib uri="/WEB-INF/tld/fmt.tld" prefix="fmt" %>
<%@ taglib prefix="c" uri="/WEB-INF/tld/c.tld" %>
<%@ taglib uri="/WEB-INF/tld/fn.tld" prefix="fn" %>

below are the jars which are in my war's lib. doubt is, Is there any unnecessary jars related to this?

using tomcat 7.0, found some log while server is up

INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.

enter image description here

BalusC
  • 1,082,665
  • 372
  • 3,610
  • 3,555
user3682520
  • 81
  • 3
  • 14

0 Answers0