Re: javax.servlet.ServletException: Missing message for key index.title

2003-10-15 Thread Barry Volpe
] Sent: Wednesday, October 15, 2003 2:56 PM Subject: javax.servlet.ServletException: Missing message for key index.title I am trying to view the struts-example/index.jsp when the page loads I get the javax.servlet.ServletException: Missing message for key index.title I found the entry

Re: javax.servlet.ServletException: Missing message for key index.title

2003-10-15 Thread Martin Gainty
Subject: javax.servlet.ServletException: Missing message for key index.title I am trying to view the struts-example/index.jsp when the page loads I get the javax.servlet.ServletException: Missing message for key index.title I found the entry in ApplicationResources.properties that defines

javax.servlet.ServletException: Missing message for key index.title

2002-11-25 Thread ravi shankar
Hi friends, I've got the following error, which i got while opening a jsp file. javax.servlet.ServletException: Missing message for key index.title at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:461) at jsp

Re: javax.servlet.ServletException: Missing message for key index.title

2002-11-25 Thread kiuma
I suppose you haven't defined the index.title value in your MessageResources.porperties. ravi shankar wrote: Hi friends, I've got the following error, which i got while opening a jsp file. javax.servlet.ServletException: Missing message for key index.title

Re: javax.servlet.ServletException: Missing message for key index.title

2002-11-25 Thread ravi shankar
I suppose you haven't defined the index.title value in your MessageResources.porperties. Hi thanx for replying. Yup, I've the file and the 'index.title' is defined. i am using 'ApplicationResources.properties' file which i got it in struts-example application which i downloaded from the site.

RE: javax.servlet.ServletException: Missing message for key index.title

2002-11-25 Thread Taariq Levack
pls could you tell me what files has to be in which folder.. thanx ravi its not so important where you keep the ApplicationResources.properties file, and afaik its not even important what you name it, as long as its properly defined in your web-inf/struts-config.xml file message-resources

Re: javax.servlet.ServletException: Missing message for key index.title

2002-11-25 Thread ravi shankar
pls help me in fixing this problem.. i am stuck badly rs - Original Message - From: kiuma [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Monday, November 25, 2002 6:42 PM Subject: Re: javax.servlet.ServletException: Missing message for key index.title I

RE: javax.servlet.ServletException: Missing message for key index.title

2002-11-25 Thread C.Bhaskaran
: Missing message for key index.title pls help me in fixing this problem.. i am stuck badly rs - Original Message - From: kiuma [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Monday, November 25, 2002 6:42 PM Subject: Re: javax.servlet.ServletException: Missing message

RE: javax.servlet.ServletException: Missing message for key index.title

2002-11-25 Thread Taariq Levack
pls help me in fixing this problem.. i am stuck badly rs logic:notPresent name=org.apache.struts.action.MESSAGE scope=application font color=red ERROR: Application resources not loaded -- check servlet container logs for error messages. /font /logic:notPresent do you have that