DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=31293>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31293

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





------- Additional Comments From [EMAIL PROTECTED]  2004-09-19 19:38 -------
Are you initialzing your messages resources using an init-param in the web-xml? 
If you are then you need to do this using the message-resources element in 
struts-config.xml

Something like:

   <message-resources null="false" parameter="myPackage.ApplicationResources"/>


I hadn't realized it, but this mechanism was deprecated in Struts 1.1 and has 
been removed in Struts 1.2.

On the matter of the version Struts 1.2.2 was released, but then withdrawn 
because of problems it contained. Unfortunately the download page hasn't been 
corrected. Struts 1.2.4 will hopefully be released soon and then this will be 
fixed.

Niall

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

Reply via email to