I'm trying to use taglibs but am having some problems.

I added an entry in my web.xml for the 'core' taglib (c.tld).  I also added 
c.tld into the WEB-INF directory of my .war file and appserv-ext.jar, 
appserv-jstl.jar, and appserv-tags.jar (taken from the Sun app server) into 
JBoss' lib directory.

In my .jsp I am trying to run the following:


<c:forEach var="i" begin="1" end="10" step="1">
  <c:out value="${i}" />
</c:forEach>


The forEach loops ok, but it prints ${i} to the webpage ten times instead of 
the value for "i" (1, 2, 3, etc.)

Any ideas what's wrong?

Thanks

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883769#3883769

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3883769


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to