try:
<h:outputText value="#{linkNames[link.linkName]}">

Walter Mourão
http://waltermourao.com.br
http://arcadian.com.br
http://oriens.com.br



On Sat, Jul 4, 2009 at 8:07 AM, codemaniac <asajn...@gmail.com> wrote:

>
> I have list of links that can be dynamically loaded and displayed on
> webpage
> based on the client implementing solution. I like to get a user friendly
> message for the link name in the jsp using local bundle.
>
> I need a way to use an el within el.
>
> Example
> <h:outputText value="#{linkNames["#{link.linkName}"]}">
>
>
>
> Is this possible? I am using JSF 1.1
>
> Thanks CodeManiac
> --
> View this message in context:
> http://www.nabble.com/EL-within-EL-in-jsp-page-to-get-value-from-resource-bundle-tp24333627p24333627.html
> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>
>

Reply via email to