On 10/2/07, setecastronomy <[EMAIL PROTECTED]> wrote:
> I wonder if there is a smarter and centralized way to store the formatting
> informations used in different jsp pages associated to different actions.
>

I believe you can either do it at the package level using something like:

com/mycompany/mypackage/package.properties

Or you can set the struts.custom.i18n.resources constant in your
struts.xml file (or as a property in your struts.properties file) to
an application wide resource:

<constant name="struts.custom.i18n.resources" value="application"/>

would make the application.properties file, located on the classpath,
an application wide resource.

  (*Chris*)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to