Re: JSTL Integration fails - S2

2007-05-22 Thread tom tom
eclise Editor still gives a warning as Unknown tag c:out also at runtime the expression is not getting evaluated. I got jstl.jar and standard.jar in the WEB-INF/lib and got the following in the top part of the jsp <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"; %> <%@ taglib pref

Re: JSTL Integration fails - S2

2007-05-22 Thread Musachy Barroso
you also need standard.jar: http://jakarta.apache.org/site/downloads/downloads_taglibs-standard.cgi musachy On 5/22/07, tom tom <[EMAIL PROTECTED]> wrote: Hi, I just wanted to integrate some JSTL features to my existing S2 application, I followed the following steps 1)copied jstl-1.1.2.jar

JSTL Integration fails - S2

2007-05-22 Thread tom tom
Hi, I just wanted to integrate some JSTL features to my existing S2 application, I followed the following steps 1)copied jstl-1.1.2.jar to WEB-INF lib directory 2)had following in the jsp <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"; %> <%@ taglib prefix="fmt" uri="http://ja