Hi all Can anybody tell me how to use i18n with a html:submit tag, so the value of the input is internationalised?
It should be a simple thing, but I can't find an attribute in the tag reference that will let me do it. "value" isn't internationalised, and "titleKey" just gives it a title. The workaround is to do <input type="submit" value="<bean:message key="my.key"/>"> but this is kind of messy. Am I missing something? Lisa

