On Fri, Mar 6, 2009 at 11:30 AM, <[email protected]>wrote:

>  Hi,
>
>
>
> I need to access a message bundle property like so:
>
>
>
> <t:outputText value=”#{msg[‘linked.’ + bean.type]}” />
>

Actually, i would add those specific message on a bundle on its own :
<f:loadBundle name="linked_msg" value="..." />
<t:outputText value=”#{linked_msg[bean.type]}” />

Not that it is a really satisfactory solution, but it will serve your need
quite well.

my €.02
Gilles

Reply via email to