On 5/10/05, Rick Reumann <[EMAIL PROTECTED]> wrote:
> Niall Pemberton wrote the following on 5/10/2005 12:49 PM:
> > My guess that one of your message keys is incorrect/missing. Are your
> > message resources configured to NOT return null in your struts-config.xml?
> >
> 
> And this could probably explain why Michael can't always repeat the
> error since probably one of the errors being added in the Action isn't
> always being added under all circumstances. Michael, make sure all of
> the keys like "some.key", when you do..
> 
> new ActionMessage("some.key"  are in your resources file.

Niall,  Rick, you are my heroes ;-) I set null="false" and here it
was: the problem in the property names. They got renamed in the java
files, when IDEA was doing automatic refactoring. But property file
remained the same.

Thanks a lot!

P.S. Should not it produce a better diagnosic when messages not found?
Or should null="false" be a default mode?

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

Reply via email to