Nothing is your page is setting a request scope attribute with the name "lang". Did you mean $param.lang?

--
Serge Knystautas
President
Lokitech >> software . strategy . design >> http://www.lokitech.com
p. 301.656.5501
e. [EMAIL PROTECTED]

Julien Martin wrote:
Hello,

I am developing an application that uses Jstl for internationalization.  I
store a string called "lang" in a request attribute (${requestScope.lang}).
This string is either "fr" or "es".

My page is sometimes in french even though the lang attribute is "es" and
vice versa.  It seems as if the  ${requestScope.lang} is ignored by the
"fmt:message" tags.

What is odd is that when the jsp is retranslated and recompiled the
attribute is then taken into account.

Can anyone help please?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to