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]

