Ok I fixed!

In my web.xml I don't specify any jstl.

in my jsp I use

<%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions"; prefix="fn" %>

Now it works about everything.

Thank you.


On Tue, 2007-06-05 at 08:16 -0700, Hassan Schroeder wrote:
> On 6/5/07, Davide Manca <[EMAIL PROTECTED]> wrote:
> > If I write
> > http://java.sun.com/jsp/jstl/core instead of
> > http://java.sun.com/jstl/core my jstl tags are not executed...
> >
> > Why?
> 
> What servlet spec version is your web.xml?
> 
> Perhaps you can distill and post a small test JSP?
> 

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to