Yes, it's org.apache.struts.Globals.LOCALE_KEY:

    /**
     * The session attributes key under which the user's selected
     * <code>java.util.Locale</code> is stored, if any.  If no such
     * attribute is found, the system default locale
     * will be used when retrieving internationalized messages.  If used, this
     * attribute is typically set during user login processing.
     */
    public static final String LOCALE_KEY =
      "org.apache.struts.action.LOCALE";


- Hubert


On Tue, 23 Nov 2004 16:32:21 -0500, Mulligan, Scott H
<[EMAIL PROTECTED]> wrote:
> I have a Struts application that has (for failover reasons) implemented its
> own SessionFacade to serialize session information to a database. I am
> trying to figure out if Struts requires the Locale to be saved in the
> HttpSession or if I can save it in my SessionFacade. Is there any place in
> the Struts framework where the Locale object is automatically pulled from
> the HttpSession?
> 
> Thanks in advance,
> Scott Mulligan
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

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

Reply via email to