At the beginning of your <f:view> you can have something like that:

  <f:loadBundle basename="your.class.name" var="bundle"/>

By default, I believe the proper bundle based on the locale will be
loaded or the default one will be loaded. Then in your page, you'll just
call something like that:

<h:outputText value="#{bundle['label.naming']}"/>

Label.naming being defined in your properties file.

Greg


-----Original Message-----
From: PATRICIA GUEDES [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 21, 2005 1:56 PM
To: [email protected]
Subject: Internationalization question

Hi again,

Anyone know how can I get a message from a messageBundle with a
dynamic value-binding expression?

Ex:

<h:outputText value="#{msg['{#remessaBean.verbete}']}" />

Thanks.
Guedes

Reply via email to