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
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
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
-
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
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:
>
>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
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
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
8 matches
Mail list logo