View Single Post
Join Date: Jul 2005
Posts: 2
Reputation: Banshee78 is an unknown quantity at this point 
Solved Threads: 0
Banshee78 Banshee78 is offline Offline
Newbie Poster

Problems with JSTL

 
0
  #1
Jul 2nd, 2005
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
Reply With Quote