Re: AW: AW: Missing message key

2006-05-24 Thread Gareth Evans
Hi, > What's the difference? "resources.MessageResources" would look for the file named /WEB-INF/classes/resources/MessageResources.properties "MessageResources" would look for the file named /WEB-INF/classes/MessageResources.properties Is there maybe a configuration file to tell the load

AW: AW: Missing message key

2006-05-24 Thread marcus biel \(innoWake gmbh\)
Actually, YES, this DID help! Thanks!!! In struts-config, I had the line: Now I changed it to: What's the difference? >The message resources are loaded by the class loader Is there maybe a configuration file to tell the loader which files and classes to load? I am using eclipse. Marcus -