PLZ Help with Cannot find message resources under key org.apache.struts.action.

2005-01-12 Thread Avinash Sridhar
Hi All,
This is my directory structure
WEB-INF i have struts-config.xml and web.xml
WEB_INF classes / com / masslight / StrutsExampleClasses/
ApplicationResources.properties
Name.java
NameForm.java
SetNameAction.java files

/***Error **/

Cannot find message resources under key org.apache.struts.action.MESSAGE

/***Error **/

Kindly help me out with this

PS: I am using Tomcat 5.0.28, Eclipse 3.0 Struts 1.2.4.

Any Help would be greatly appreciated...

I can give you the trace of the log files too.

Thanks in advance
AS
-- 
___
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejump.htm


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



RE: PLZ Help with Cannot find message resources under key org.apache.struts.action.

2005-01-12 Thread David G. Friedman
To your struts-config.xml, have you added an entry something like this:

message-resources
parameter=com.masslight.StrutsExampleClasses.ApplicationResources
 null=false /

Regards,
David

-Original Message-
From: Avinash Sridhar [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 12, 2005 10:01 PM
To: user@struts.apache.org
Subject: PLZ Help with Cannot find message resources under key
org.apache.struts.action.


Hi All,
This is my directory structure
WEB-INF i have struts-config.xml and web.xml
WEB_INF classes / com / masslight / StrutsExampleClasses/
ApplicationResources.properties
Name.java
NameForm.java
SetNameAction.java files

/***Error **/

Cannot find message resources under key org.apache.struts.action.MESSAGE

/***Error **/

Kindly help me out with this

PS: I am using Tomcat 5.0.28, Eclipse 3.0 Struts 1.2.4.

Any Help would be greatly appreciated...

I can give you the trace of the log files too.

Thanks in advance
AS


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