P
PC Leung
It is ok to have
<html:submit value="submit">
However, it returns error if the value comes from "ApplicationResources.properties"
as follows.
<html:submit value=<bean:message bundle="default" key="userMaint.addUser"/>/>
How to make the value of html:submit to be i18n?
<html:submit value="submit">
However, it returns error if the value comes from "ApplicationResources.properties"
as follows.
<html:submit value=<bean:message bundle="default" key="userMaint.addUser"/>/>
How to make the value of html:submit to be i18n?