Good afternoon,

A question about getText in jsp file. I'd like to get value from property file.

in package.properties,
edit.action=Edit information


in jsp,
...
<s:i18n name="info.ProcessInfo">
 <s:form action="ProcessInfo" >
   <s:submit name="submit" value="%{getText('edit.action')}" />
 </s:form>
</s:i18n>


The result always shows "edit.action" as the button value, but not "Edit information". Could someone tell me where I did wrong please?

Thanks
--
Lu Ying



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to