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 prefix="fmt"
uri="http://java.sun.com/jsp/jstl/fmt"; %>
<%@ taglib prefix="fn" 
uri="http://java.sun.com/jsp/jstl/functions"; %>


--- Musachy Barroso <[EMAIL PROTECTED]> wrote:

> 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 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://java.sun.com/jsp/jstl/fmt"; %>
> > <%@ taglib prefix="fn"
> > uri="http://java.sun.com/jsp/jstl/functions"; %>
> >
> >
> >
> > but when I type c:   it doent show any thing
> >
> > Am I missing any other jar fils apart from
> > jstl-1.1.2.jar file
> >
> > Is this a restriction
> >
> >
> > Thanks
> >
> >
> >
> >
> >
> >
> >
>
____________________________________________________________________________________
> > Finding fabulous fares is fun.
> > Let Yahoo! FareChase search your favorite travel
> sites to find flight and
> > hotel bargains.
> > http://farechase.yahoo.com/promo-generic-14795097
> >
> >
>
---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> > For additional commands, e-mail:
> [EMAIL PROTECTED]
> >
> >
> 
> 
> -- 
> "Hey you! Would you help me to carry the stone?"
> Pink Floyd
> 



       
____________________________________________________________________________________Get
 the free Yahoo! toolbar and rest assured with the added security of spyware 
protection.
http://new.toolbar.yahoo.com/toolbar/features/norton/index.php

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to