Subject: Trouble with example from nightly build (and a solution)
From: Jose Quinteiro <[EMAIL PROTECTED]>
 ===
Using Resin 2.1/JDK 1.4/jikes-1.15 on Windows 2k, if you drop 
struts-example.war in the Resin webapps directory you get:

javax.servlet.jsp.JspException: Cannot find message resources under key
org.apache.struts.action.MESSAGE

Until and unless you add the following under <servlet> in web.xml

<init-param>
<param-name>application</param-name>
<param-value>org.apache.struts.webapp.example.ApplicationResources</param-value>
</init-param>


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

Reply via email to