You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Wes Bramhall <We...@widen.com> on 2001/06/05 23:46:45 UTC

More help Plz: Exception thrown processing JSP page...

"index.title=MailReader Demonstration Application (Struts 1.0-b1)" is found
in my ApplicationResources.properties file.

Could the file be in the wrong place?  Where is it supposed to be?

Thanks,
-Wes

-----Original Message-----
From: Afzal, Tanver [mailto:tanver.afzal@nationallife.ca]
Sent: Tuesday, June 05, 2001 3:17 PM
To: struts-user@jakarta.apache.org
Subject: RE: Plz help: Exception thrown processing JSP page...


Hi Wes,
please look that ApplicationResources.properties file contain the key
index.title.

Thanks
Tanver

> -----Original Message-----
> From:	Wes Bramhall [SMTP:WesB@widen.com]
> Sent:	Tuesday, June 05, 2001 4:24 PM
> To:	'struts-user@jakarta.apache.org'
> Subject:	Plz help: Exception thrown processing JSP page...
> 
> I know that I've read about this error on the list before, but I've not
> been able to fix it with any of the suggestions given.  As far as I can
> tell, struts.jar is in the right place.  Am I the only one working on a
> Windows 2000 box running JRUN?
>  
> I'm just trying to get the struts example to work.
>  
> Thanks for any help you have!
>  
> -Wes
>  
> /struts-example/index.jsp:
> 
> Exception thrown processing JSP page.
> javax.servlet.jsp.JspException: Missing message for key index.title
> at
> org.apache.struts.taglib.bean.MessageTag.doStartTag(MessageTag.java:242)
> at jrun__index2ejspa._jspService(jrun__index2ejspa.java:57)
> at allaire.jrun.jsp.HttpJSPServlet.service(../jsp/HttpJSPServlet.java:39)
> at allaire.jrun.jsp.JSPServlet.service(../jsp/JSPServlet.java:228)
> at allaire.jrun.jsp.JSPServlet.service(../jsp/JSPServlet.java:196)
> at allaire.jrun.servlet.JRunSE.service(../servlet/JRunSE.java:1416)
> at
> allaire.jrun.session.JRunSessionService.service(../session/JRunSessionServ
> ice.java:1082)
> at allaire.jrun.servlet.JRunSE.runServlet(../servlet/JRunSE.java:1270)
> at
> allaire.jrun.servlet.JRunRequestDispatcher.forward(../servlet/JRunRequestD
> ispatcher.java:89)
> at allaire.jrun.servlet.JRunSE.service(../servlet/JRunSE.java:1552)
> at allaire.jrun.servlet.JRunSE.service(../servlet/JRunSE.java:1542)
> at
> allaire.jrun.servlet.JvmContext.dispatch(../servlet/JvmContext.java:364)
> at allaire.jrun.http.WebEndpoint.run(../http/WebEndpoint.java:115)
> at allaire.jrun.ThreadPool.run(../ThreadPool.java:272)
> at allaire.jrun.WorkerThread.run(../WorkerThread.java:75)