JSTL setLocale: scope doesnt work
843835Nov 26 2002 — edited Nov 26 2002Hi,
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