On Mon, 2 Apr 2001, JeanX wrote:

> Hi struts-user,
> 
> I know locale of user saved under the org.apache.struts.action.Action.LOCALE_KEY key 
>in his session object .
> But now I want to maintenance it in my own object.
> So other class of Struts may not work rightly such as taglib.MessageTag .
> How to resolve it except rewrite these class?
> Thx
> 

You are welcome to maintain the Locale object stored under this key in
your own logic -- Struts will only store one here if there is none
already.  As long as you store an object of type java.util.Locale under
this key, all of the existing Struts tags will work fine.

> :=)
> Best regards,
> JeanX
> pacificnet.com(GZ)
> 
> 

Craig McClanahan


Reply via email to