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? Thank you. On Tue, 2007-06-05 at 06:53 -0700, Hassan Schroeder wrote: > On 6/5/07, Davide Manca <[EMAIL PROTECTED]> wrote: > > I have this code: > > > > <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> > > <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%> > > Mixing taglib versions can't be good :-) > > I'd change that last to 'uri="http://java.sun.com/jsp/jstl/core"' and see > what happens... > > FWIW, --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]