Re: I18n and Locale

2004-11-23 Thread Hubert Rabago
ed > area that I can modify or is it spread throughout the Struts framework? > > Scott Mulligan > > > > > -Original Message- > From: Hubert Rabago [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 23, 2004 4:40 PM > To: St

Re: I18n and Locale

2004-11-23 Thread Hubert Rabago
Yes, it's org.apache.struts.Globals.LOCALE_KEY: /** * The session attributes key under which the user's selected * java.util.Locale is stored, if any. If no such * attribute is found, the system default locale * will be used when retrieving internationalized messages. If

I18n and Locale

2004-11-23 Thread Mulligan, Scott H
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 Str