try

<bean:message key='<%= myBean.getLabel() + ".label.header" %>' />

HTH,
    Pete


"Pal, Gaurav" wrote:

> Hi,
>
> I am trying to create a dynamic label HTML form through the bean:message
> tag. What I want to do is as follows:
>
> <bean:message key="<%= myBean.getLabel() %>.label.header" />
>
> It gives a compilation error that the key string is unenclosed, anybody have
> any ideas how to do this?
>
> Thanks in advance for your help,
> Gaurav

Reply via email to