In my jsp pages I often need to limit the number of decimals and I learnt how to create a properties file with the same name of the action and use the s:text tag:
<s:text name="un.decimale"><s:param value="%{value * #sensore.scale}"/></s:text> I ended up with many properties files which have most the same formatting informations. I wonder if there is a smarter and centralized way to store the formatting informations used in different jsp pages associated to different actions. Thanks Filippo -- View this message in context: http://www.nabble.com/-S2--formatting-informations-in-properties-files-tf4554313.html#a12996857 Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]