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

2012-04-01 Thread Dave Newton
May need more to go on. Dave (pardon brevity and typos, on cell) On Apr 1, 2012 2:11 PM, "Gopinath.M" wrote: > Please check struts-config.xml file. > >

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

2006-02-27 Thread Laurie Harper
Did you define the message resources in struts-config.xml? The init param in web.xml isn't used in current versions of Struts. Make sure you have this in your struts-config: L. red phoenix wrote: I have configure my properties file,but when run,it raise error and say can't find message ke

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

2006-02-27 Thread Dharmendra Singh
Dear First give the right tag URI in right form in index.jsp whatever u have given in web.xml On 2/27/06, red phoenix <[EMAIL PROTECTED]> wrote: > > I have configure my properties file,but when run,it raise error and say > can't find message key,my files are follows: > /*index.jsp*/ > <%@ taglib

RE: "Cannot find message resources under key org.apache.struts.action.MESSAGE " Error

2005-06-20 Thread EROL TEZCAN
15:53 To: Struts Users Mailing List Subject: RE: "Cannot find message resources under key org.apache.struts.action.MESSAGE " Error Yes, there is a file named ApplicationResources.properties in the WEB-INF/classes/employees/view folder, it has key/value like "app.title=Wiley Employee

RE: "Cannot find message resources under key org.apache.struts.action.MESSAGE " Error

2005-06-17 Thread McDonnell, Colm (MLIM)
rking whilst the other is failing with the "Cannot find message resources under key org.apache.struts.action.MESSAGE" error? -Original Message- From: EROL TEZCAN [mailto:[EMAIL PROTECTED] Sent: 17 June 2005 15:53 To: Struts Users Mailing List Subject: RE: "Cannot find mes

RE: "Cannot find message resources under key org.apache.struts.action.MESSAGE " Error

2005-06-17 Thread EROL TEZCAN
Yes, there is a file named ApplicationResources.properties in the WEB-INF/classes/employees/view folder, it has key/value like "app.title=Wiley Employee Sample" When I create a new project with same properties file key/value (app.title=Wiley Employee Sample), it works well . "McDonnell, Co

Re: "Cannot find message resources under key org.apache.struts.action.MESSAGE " Error

2005-06-17 Thread Martin Gainty
ff of web-inf/classes Aigh Vie, Martin- - Original Message - From: "McDonnell, Colm (MLIM)" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Friday, June 17, 2005 9:36 AM Subject: RE: "Cannot find message resources under key org.apache.struts.

RE: "Cannot find message resources under key org.apache.struts.action.MESSAGE " Error

2005-06-17 Thread McDonnell, Colm (MLIM)
Is there a file named ApplicationResources.properties in the WEB-INF/classes/employees/view folder within your deployed application? If so, does this file contain a property for app.title (e.g. app.title=Foo)? -Original Message- From: EROL TEZCAN [mailto:[EMAIL PROTECTED] Sent: 17 June 2

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

2004-10-25 Thread Charl Gerber
OK, I got it working it seems you know HAVE to specify the resouces in the struts configuration as and not in the web.xml anymore as a parameter to the action servlet. Might be helpful to other people. Charl parameter="com.systemmobile.example.ApplicationResources"/> --- Charl Gerber

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

2004-10-25 Thread Charl Gerber
The file is definitely there: ApplicationResources.properties in my WEB-INF/classes, configured as: action org.apache.struts.action.ActionServlet application ApplicationResources config /WEB-INF/conf/struts.xml debug 2

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

2004-10-25 Thread Carl F. Hall
I had this problem when I didn't have a message resources file. I don't use one currently so I had to create a blank file then reference it in my struts-config file. Hope this helps. -Original Message- From: Charl Gerber [mailto:[EMAIL PROTECTED] Sent: Monday, October 25, 2004 3:02 PM