posted 15 years ago
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?