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 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
> > at
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImp
l.java:461)
> > at
jsp._0002fjsp_0002fBookView_0002ejspBookView_jsp_3._jspService(_0002fjsp_000
2fBookView_0002ejspBookView_jsp_3.java:150)
> > at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
> > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> > at
org.apache.jasper.servlet.JspServlet$JspCountedServlet.service(JspServlet.ja
va:130)
> > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> > at
org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.ja
va:282)
> > at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:429)
> > at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:500)
> > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> > at
org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:405)
> > at org.apache.tomcat.core.Handler.service(Handler.java:287)
> >...
> >
> >pls help me solving the problem, i've checked the classpaths and files,
which seems to be in place.
> >
> >ravi
> >
> >
>
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>


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




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.

pls could you tell me what files has to be in which folder..

thanx
ravi



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




"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._0002fjsp_0002fBookView_0002ejspBookView_jsp_3._jspService(_0002fjsp_0002fBookView_0002ejspBookView_jsp_3.java:150)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at 
org.apache.jasper.servlet.JspServlet$JspCountedServlet.service(JspServlet.java:130)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at 
org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:282)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:429)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:500)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:405)
at org.apache.tomcat.core.Handler.service(Handler.java:287)
...

pls help me solving the problem, i've checked the classpaths and files, which seems to 
be in place.

ravi