On 3/17/06, Slattery, Tim - BLS <[EMAIL PROTECTED]> wrote:
> > Do you have message resources configured in your struts-config.xml?
> >
> > <message-resource parameter="MyApplicationResources" />
>
> Never used that tag before. I put it in, no difference.

Well you need to use it - looks like thats where your problem is -
can't find the message resources. In Struts 1.1 messages resources
defined in the web.xml under "application" was deprecated and removed
in Struts 1.2.x (see the <init-param> section in the upgrade notes:

http://wiki.apache.org/struts/StrutsUpgradeNotes11to124

If it didn't make a difference check your logs - maybe you didn't
configure it correctly.

Can you post your srtuts-config showing this entry? Also have you
deployed the message resources to the correct place?

Niall

> --
> Tim Slattery
> [EMAIL PROTECTED]

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

Reply via email to