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]
