users@javaserverfaces.java.net

Re: Problem with Message Bundle

From: Alexander Hartner <alex_at_j2anywhere.com>
Date: Fri, 9 Mar 2012 11:15:54 +0800

Yes to both. The value of labelKey is Contact_Label_home or Contact_Label_work. I replaced all ${ with #{ but this didn't resolve the issue either. I suspect the problem lies with using the same variable name inside a loop. That is why I tried to remove it first, but that didn't work either.

Thanks for your help



On 09/03/2012, at 02:43 , <kisco1984_at_gmail.com> <kisco1984_at_gmail.com> wrote:

> Hi,
>
> Have you tried to display content of variable labelKey?
>
> Have you tried using # instead of $ for the jstl tags?