You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Justin Kennedy <ju...@consortio.com> on 2001/02/03 02:05:23 UTC

Problems running struts-example

I grabbed the latest nightly build, dropped struts-example.war in the
webapps dir, but when I try to run it I get this error:

Missing message for key index.title
...
javax.servlet.jsp.JspException: Missing message for key index.title
        at
org.apache.struts.taglib.bean.MessageTag.doStartTag(MessageTag.java:261)
...

I noticed quite a few threads on this, but most pertaining to
the Orion server but I'm using Tomcat.

The properties file it is looking for in web.xml does exist, and there
is indeed an entry for index.title.

Everything else works fine.. my struts
application/struts-documentation/etc..

any suggestions ?

thanx
-Justin