Missing Message Key

2007-03-14 Thread Syed Ibrahim
Hi I am new to this forum and started using Struts 1.3.5. Am getting below exception while running my program. Missing message for key "userRegistration.firstName" in bundle "(default bundle)" Thanks in Advance. -- Original Message --- From: "Guillaume Carré" <[EMAIL PROTEC

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 -

Re: AW: Missing message key

2006-05-24 Thread Gareth Evans
You can set up the location of your MessageResources from within your struts-config.xml. The message resources are loaded by the class loader so you'll either have to put it in your WEB-INF/classes or WEB-INF/lib folder Extract from struts-config Hope that helps, Gareth marcus biel

Re: Missing message key

2006-05-24 Thread Jorge Martín Cuervo
do you have set the correct parameter value un struts-config? This means that you have to put the MessageResources.properties in WEB-INF/class/resources directory. El mié, 24 de 05 de 2006 a las 10:55, marcus biel (innoWake gmbh) escribió: > Hi, > > I've (also) got the following problem: >

AW: Missing message key

2006-05-24 Thread marcus biel \(innoWake gmbh\)
>maybe the whitespace? try to remove it... >mypage.title=My page title >> mypage.title =My page title No, that's not it. Thanks anyway. Marcus - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [E

Re: Missing message key

2006-05-24 Thread Jorge Martín Cuervo
El mié, 24 de 05 de 2006 a las 10:55, marcus biel (innoWake gmbh) escribió: > Hi, > > I've (also) got the following problem: > When trying to start my app, it throws this error: > > javax.servlet.ServletException: Missing message for key "mypage.title" > in my WEB-INF folder, I've got one folder

Missing message key

2006-05-24 Thread marcus biel \(innoWake gmbh\)
Hi, I've (also) got the following problem: When trying to start my app, it throws this error: javax.servlet.ServletException: Missing message for key "mypage.title" in my WEB-INF folder, I've got one folder "src" containing one folder that is my packet with all java files, and one folder "resour