On 15Nov, Dave Newton wrote:
> Mark S Petrovic wrote:
>
> >which isn't even iterating over the list items. E.g, I get one line of
> >html output for the <c:out value="${feature.premium}"/> tag, containing
> >the string literal '${feature.premium}' in quotes - as if expansion of
> >${feature.premium} is not taking place.
> >
> >
> You're using the JSP taglib directive? You have all the necessary JARs
> for JSTL? J2EE version your app server implements?
1. The JSP has the following taglib directive
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
2. In my WEB-INF/lib directory I have files and checksums
1677728891 20682 webapps/mx/WEB-INF/lib/jstl.jar
1935831951 393259 webapps/mx/WEB-INF/lib/standard.jar
from the TagLibs Standard 1.1.2 binary distrbution
3. I'm using Apache Tomcat/5.5.12.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]