The problem was that i was not able to set the value of a variable defined in a scriptlet.
Root cause: The tag lib i was using was perhaps of an older version.
Older version:
Newer version:
Please do post more information if you have more knowledge about this problem.
<c:set var="test" value="yogesh"/>
Root cause: The tag lib i was using was perhaps of an older version.
Older version:
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
Newer version:
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/jsp/core" %>
Please do post more information if you have more knowledge about this problem.
This comment has been removed by the author.
ReplyDelete