Standard Taglib 1.0.4 jars are in my WEB-INF/lib Tomcat seems to have a pb when it get tld from file specified in web.xml ?
At 12:14 2003-12-09, you wrote:
Usually Standard Taglibs we get from Sun�s servers, do you have JSTL in your local machine?
> ---------- > De: Maxime Colas des Francs[SMTP:[EMAIL PROTECTED] > Responder: Tomcat Users List > Enviada: ter�a-feira, 9 de dezembro de 2003 13:14 > Para: [EMAIL PROTECTED] > Assunto: fmt setLocale > > Hi all, > > I have a strange pb with my tomcat 4.1.29 and jstl > > this jsp works : > <%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt" %> > <fmt:setLocale value="en" scope="session"/> > > this one not : > <%@ taglib prefix="fmt" uri="/tags/jstl-fmt" %> > <fmt:setLocale value="en" scope="session"/> > > (+ in web.xml > <taglib> > <taglib-uri>/tags/jstl-fmt</taglib-uri> > <taglib-location>/WEB-INF/tld/fmt.tld</taglib-location> > </taglib> > and tld at the right place) > > compilation error is : Illegal scope attribute without var in > "fmt:setLocale" tag > > Someone can explain this difference ? > > thks > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
