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

2003-10-15 Thread Martin Gainty
D]> Sent: Wednesday, October 15, 2003 5: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 fo

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

2003-10-15 Thread Barry Volpe
, 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 fou

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 ERROR: Application resources not loaded -- check servlet container logs for error messages. do you have that snippet in the first jsp you load ? it doesn't look like it or you would get that error when your file is not

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

2002-11-25 Thread C.Bhaskaran
ption: 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.servle

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 i

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 in this case the App

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 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

"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