On Fri, 31 Jan 2003, Jay Andrews wrote:

> Date: Fri, 31 Jan 2003 07:40:25 -0800 (PST)
> From: Jay Andrews <[EMAIL PROTECTED]>
> Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: message-resources
>
> I've just started to learn struts and I cannot seem to
> find a good answer to this question.
>
> What's the difference between specifying property
> files in the struts-config.xml file under
> <MESSAGE-RESOURCES>  and specifying them as an
> <INIT-PARAM> of the struts ActionServlet?
>

Using an init parameter is the old way to do it, and remains only for
backwards compatibility with Struts 1.0.

Using a <message-resources> element in struts-config.xml is the new way to
do it, and is required if you ever want to use the multiple-module
support.

> Thanks!
>

Craig

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

Reply via email to