RE: Resource Bundle per session

2008-11-17 Thread Manish Kumar Wadhwa
lto:[EMAIL PROTECTED] Sent: Monday, November 17, 2008 9:23 PM To: Struts Users Mailing List Subject: RE: Resource Bundle per session I've implemented something like this using Struts 2.0.12, although it was quite a bit of work to get running. I implemented a database-backed TextProvider (Datab

RE: Resource Bundle per session

2008-11-17 Thread Peter Butler
Hassan [mailto:[EMAIL PROTECTED] Sent: 17 November 2008 10:02 To: 'Struts Users Mailing List' Subject: RE: Resource Bundle per session Thanx for the prompt Nuwan. However, this will cause overlapping in users different resource bundles. As LocalizedTextUtils store the default bundl

RE: Resource Bundle per session

2008-11-17 Thread Ramez Hassan
16, 2008 5:32 PM To: Struts Users Mailing List Subject: Re: Resource Bundle per session http://struts.apache.org/2.x/docs/how-do-i-set-a-global-resource-bundle.html <http://struts.apache.org/2.x/docs/how-do-i-set-a-global-resource-bundle.htm l> Instead of this ServletContextListener y

Re: Resource Bundle per session

2008-11-16 Thread Nuwan Chandrasoma
http://struts.apache.org/2.x/docs/how-do-i-set-a-global-resource-bundle.html Instead of this ServletContextListener you can have a HttpSessionListener, just a suggestion, i haven't tried it. Thanks, Nuwan C. Ram

Resource Bundle per session

2008-11-16 Thread Ramez Hassan
Dear All, Are there any configuration or mechanism for struts 2 to load resource bundle for localized messages per user session? In other words I need to display localized messages for users based on their profile and role, but struts 2 loads messages either by request which is for development