This is working,
<html:submit styleClass="Button">
<bean:message key="button.filter"/>
<html:button>
but I dont' wnat this,
I want to put at title property a value that i get from a resource bundle like
the following:
<html:submit styleClass="Button" title="<bean:message
bundle="BUTTON_RESOURCE_KEY" key="button.filter"/>
sjones wrote:
> Try this
>
> <html:submit styleClass="Button">
> <bean:message key="button.filter"/>
> </html:submit>
>
> your resource bundle must have an entry like this.
>
> button.filter = my button label
>
> "Vangelis Konstantinis" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > Hi,
> >
> > Can i in html:button get the title of it from a resource bundle value as
> > follows:
> >
> >
> > <html:submit styleClass="Button" title="<bean:message
> > bundle="BUTTON_RESOURCE_KEY" key="button.filter"/>
> > " property="Filter">
> > <bean:message bundle="BUTTON_RESOURCE_KEY"
> > key="button.filter"/>
> > </html:submit>
> > I can't take the value,
> >
> > I have test, even single quotes and the results are the same.
> >
> >
> > Thanks,
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]