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]
> 

Reply via email to