Hi I use the tag library and i have following Problem.
<c : out value="${nickname}"/>
Output of this statement is ${nickname} and not the value of the variable nickname. I have no clue what i m doing wrong. jar's and tld's are in the right directory.
Following is on the top of my jsp.
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
using Tomcat 5.X