Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JSTL setLocale: scope doesnt work

843835Nov 26 2002 — edited Nov 26 2002
Hi,

using the setLocale-tag of the JSTL with the scope attribute like
<fmt:setLocale value="en" scope="session" />
I always get the error
Validation error messages from tag library fmt
Illegal scope attribute without var in "fmt:setLocale" tag.

But in the JSTL-spec setLocale is defined as
<fmt:setLocale value"locale"
[variant="variant"]
[scope="{page|request|session|application}"]/>

So what�s wrong ? (scope="application" or "page" or ... does also not work)


Thanks

Werner
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 24 2002
Added on Nov 26 2002
1 comment
271 views