Did you do
<input type="button" ...... value="<bean:message key='blabla'>"/> which
make sense in a JSP, or did you do
<html:button ...... value="<bean:message key='blabla'>"/> which is a non
sense as a you can't put a jsp tag inside a parameter of a jsp tag.
if you use <html:button>, use this way
<html:button ......><bean:message key='blabla'></html:button>
Fredrik Andersson wrote:
Hi all
I'm still implementing the i18n internationalization on the page and now
I have noticed that my buttons don't behave as expected. When I change
my values of buttons to value="<bean:message key='blabla'>" I get
the bean:message tag as the text on the button.
How is this supposed to be solved? I coud make an ugly solution with an
if statement inside jsp code and generate different buttons that way but
it feels wrong.
---------------------------------------------------------------------
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]