When i try to run an application in struts using tomcat,this is the message i get:
org.apache.jasper.JasperException: Missing message for key
what could be the problem??
-
struts (2 messages)
- Posted by: radhika JK
- Posted on: October 25 2004 01:48 EDT
Threaded Messages (2)
- struts by joseph yi on October 26 2004 19:09 EDT
- Check your resource bundle by Gennady Evstratov on November 02 2004 05:01 EST
-
struts[ Go to top ]
- Posted by: joseph yi
- Posted on: October 26 2004 19:09 EDT
- in response to radhika JK
you may be accessing a message item that is not define in $app/WEB-INF/classes/application.properties (default) -
Check your resource bundle[ Go to top ]
- Posted by: Gennady Evstratov
- Posted on: November 02 2004 05:01 EST
- in response to radhika JK
You do not have message resource with corresponding key in your messages.properties file. This file should be located somewhere in your classpath ( WEB-INF/classes is the default location )