Link to home
Start Free TrialLog in
Avatar of Ravi Kiran Reddy Katkuri
Ravi Kiran Reddy KatkuriFlag for Australia

asked on

Setting baseName for resource bundle at one place in JSTL

Hi Iam using JSTL Format tag in my project. The following is the code snippet.
<code>
       <fmt:bundle basename="keystone/formLabels">
                             <fmt:message key="msg1.text"/>
       </fmt:bundle>
</code>

so where iam using this <fmt:message key="msg1.txt"> iam forced to set the resource bundle base name. Iam looking for a solution where we set the base name for resouce bundle at one place and use fmt:message multiple times. Is this achievable. If possible give some example.

Thanks & Regards,
Rave

ASKER CERTIFIED SOLUTION
Avatar of Manish
Manish
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial