Thanks,
You have solved my problem. I will use this solution.
On the other hand, I have read in some place that when an absolute URI, like http://java.sun.com/jstl/fmt, is used, it don't have to be added the taglib element to web.xml ; the JSP container automatically locates the TLD inside the JSTL library implementation. This supposition dosn't works. I have curiosity to know what happens.
Thanks you in advance,
Alberto.



From: Shawn Bayern <[EMAIL PROTECTED]>
Reply-To: "Tag Libraries Users List" <[EMAIL PROTECTED]>
To: Tag Libraries Users List <[EMAIL PROTECTED]>
Subject: Re: fmt:setLocale problem again
Date: Wed, 6 Nov 2002 08:06:31 -0500 (EST)

I believe the problem is just that you're not using the well-known URI for
the FMT library: http://java.sun.com/jstl/fmt. This causes our validator
not to recognize that your library is actually part of JSTL.

(I'm not sure whether to consider this a bug or not; since the well-known
URIs are always appropriate, it's not clear what's supposed to happen when
you introduce a custom one. Any comments?)

--
Shawn Bayern
"JSTL in Action" http://www.manning.com/bayern

On Wed, 6 Nov 2002, Alberto Tomas wrote:

> Hy all,
> I posted this question 3 weeks ago and nobody has answered it. I post again
> it stilling to find a solution to my problem. Thanks.
> I'm using the i18n tags of JSTL(1.0.2) in my JSP which is running over
> jboss-3.0.1RC1_tomcat-4.0.4. My JSP has these i18n tags:
>
> <%@ taglib uri="jstl-fmt" prefix="fmt" %>
> <fmt:setLocale value="en" scope="session"/>
>
> I have added standard.jar and jstl.jar to WEB-INF/lib, fmt.tld to WEB-INF
> and the following tags to web.xml:
>
> <taglib>
> <taglib-uri>jstl-fmt</taglib-uri>
> <taglib-location>fmt.tld</taglib-location>
> </taglib>
>
> When the JSP is called, the following exception appears:
>
> org.apache.jasper.JasperException: Illegal scope attribute without var in
> "fmt:setLocale" tag.
>
> Somebody knows what's wrong?
> Thank you in advance.
>
> _________________________________________________________________
> MSN Fotos: la forma m�s f�cil de compartir e imprimir fotos.
> http://photos.msn.es/support/worldwide.aspx
>
>
> --
> To unsubscribe, e-mail: <mailto:taglibs-user-unsubscribe@;jakarta.apache.org>
> For additional commands, e-mail: <mailto:taglibs-user-help@;jakarta.apache.org>
>


--
To unsubscribe, e-mail: <mailto:taglibs-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:taglibs-user-help@;jakarta.apache.org>

_________________________________________________________________
MSN Fotos: la forma m�s f�cil de compartir e imprimir fotos. http://photos.msn.es/support/worldwide.aspx


--
To unsubscribe, e-mail: <mailto:taglibs-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:taglibs-user-help@;jakarta.apache.org>

Reply via email to