[opencms-dev] locale property - problem in 7.5.0 (7.0.5 also)

Christoph P. Kukulies kuku at physik.rwth-aachen.de
Wed Sep 9 16:37:07 CEST 2009


On Tue, Sep 08, 2009 at 05:45:33PM +0200, Stephan Hartmann wrote:
> Christoph,
>
> JSP Expression Language notation uses a $, not a %.
> Replace this line:
>
> <fmt:setLocale value="%{locale}"/>
>
> with this:
>
> <fmt:setLocale value="${locale}"/>
>
> Otherwise the JSP container will pass in the string "%{locale}" to the  
> value attribute of the setLocale tag.
>
> Regards,
> Stephan

Thanks. Great! That helped. Sigh. 

--
Chris Christoph P. U. Kukulies kukulies (at) rwth-aachen.de



More information about the opencms-dev mailing list