It sounds like that key in your ApplicationResources.properties file is missing... Check there and add it if you need to. Or perhaps your struts-config.xml isn't pointing to your ApplicationResources file at all.
<message-resources parameter="org.ink.adore.ApplicationResources" /> you should have a similar line in your struts-config that points to your message bundle. Also make sure that you have all the necessary struts related jar's in tomcat/commons/lib. A side note. I remember looking at the example struts apps that come with the install. I found that they aren't going to teach you "best practices" so you might want to look around on the o'reilly website for some of the example apps that come with their struts book or the wrox site for the same thing. I myself am new to struts. If any of the above doesn't help you i suggest you get on the struts users mailing list. you would have 5 answers to this question in less than half an hour. good luck, regards, josh On Thu, 2004-05-06 at 06:16, Bussie, Andre D wrote: > I just installed the Jakarta Struts 1.1 and I deployed the > strurts-blank.war. I'm using Tomcat 5.0. However, when I visit the web > application I get the following error generated from Tomcat > > > > type Exception report > > message > > description The server encountered an internal error () that prevented > it from fulfilling this request. > > exception > > javax.servlet.ServletException: Missing message for key welcome.title > > org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageCont > extImpl.java:867) > > org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContex > tImpl.java:800) > > org.apache.jsp.pages.Welcome_jsp._jspService(Welcome_jsp.java:79) > > org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:133) > javax.servlet.http.HttpServlet.service(HttpServlet.java:856) > > org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja > va:311) > > org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:301) > > org.apache.jasper.servlet.JspServlet.service(JspServlet.java:248) > javax.servlet.http.HttpServlet.service(HttpServlet.java:856) > > org.apache.struts.actions.ForwardAction.execute(ForwardAction.java:158) > > org.apache.struts.action.RequestProcessor.processActionPerform(RequestPr > ocessor.java:446) > > org.apache.struts.action.RequestProcessor.process(RequestProcessor.java: > 266) > > org.apache.struts.action.ActionServlet.process(ActionServlet.java:1292) > > org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:492) > javax.servlet.http.HttpServlet.service(HttpServlet.java:743) > javax.servlet.http.HttpServlet.service(HttpServlet.java:856) > > root cause > > javax.servlet.jsp.JspException: Missing message for key welcome.title > > org.apache.struts.taglib.bean.MessageTag.doStartTag(MessageTag.java:298) > > org.apache.jsp.pages.Welcome_jsp._jspx_meth_bean_message_0(Welcome_jsp.j > ava:142) > > org.apache.jsp.pages.Welcome_jsp._jspx_meth_html_html_0(Welcome_jsp.java > :100) > > org.apache.jsp.pages.Welcome_jsp._jspService(Welcome_jsp.java:70) > > org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:133) > javax.servlet.http.HttpServlet.service(HttpServlet.java:856) > > org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja > va:311) > > org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:301) > > org.apache.jasper.servlet.JspServlet.service(JspServlet.java:248) > javax.servlet.http.HttpServlet.service(HttpServlet.java:856) > > org.apache.struts.actions.ForwardAction.execute(ForwardAction.java:158) > > org.apache.struts.action.RequestProcessor.processActionPerform(RequestPr > ocessor.java:446) > > org.apache.struts.action.RequestProcessor.process(RequestProcessor.java: > 266) > > org.apache.struts.action.ActionServlet.process(ActionServlet.java:1292) > > org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:492) > javax.servlet.http.HttpServlet.service(HttpServlet.java:743) > javax.servlet.http.HttpServlet.service(HttpServlet.java:856) > > note The full stack trace of the root cause is available in the Tomcat > logs. > > > > I have no idea what could be wrong what can be done so I can view the > newly created struts-blank web application. Anyone has any suggestions > > > > > > > > > =========================================================================== > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". > > Some relevant archives, FAQs and Forums on JSPs can be found at: > > http://java.sun.com/products/jsp > http://archives.java.sun.com/jsp-interest.html > http://forums.java.sun.com > http://www.jspinsider.com > =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant archives, FAQs and Forums on JSPs can be found at: http://java.sun.com/products/jsp http://archives.java.sun.com/jsp-interest.html http://forums.java.sun.com http://www.jspinsider.com