• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Setting setBundle in sesssion scope

 
Ranch Hand
Posts: 198
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Currently in my project I am using only one resource bundle (using fmt tag) and loading different localized bundle based on the browser locale.
However now we want to load different resource bundles based on the user property. So I thought of adding setBundle tag in session level so that it will be user level.

I have added this code in my template.jsp page



And in the include page I have used the below code



But when I it was throwing an error ….

Is there any way to set the default bundle name DYNAMICALLY for user level using setBundle Tag???, Without adding any extra param to the message tag?
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic