Hello Doug,

Friday, December 01, 2000, 5:11:45 PM, you wrote:

DA> Thanks Mike.

DA> Would this handle the case where more than one user with more than one Local
DA> were logged in to the same server?

Every user attached to the session object. Current locale can be
stored in session object under some name (by default this name is
org.apache.struts.action.LOCALE - this string stored in static var
org.apache.struts.Action.LOCALE_KEY). Struts uses locale object from
session to choose corresponding message bundle.
You can store multiple locales in session and specify it names in tags
to print messages for different locales simultaneously.

-- 
Best regards,
 Oleg                            mailto:[EMAIL PROTECTED]


Reply via email to