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 20:34 ------- besides the taglib references as per http://struts.apache.org/userGuide/installation.html#Installing, my web.xml contains <servlet> <servlet-name>action</servlet-name> <servlet-class>org.apache.struts.action.ActionServlet</servlet-class> <init-param> <param-name>application</param-name> <param-value>smtpsExim</param-value> </init-param> <init-param> <param-name>config</param-name> <param-value>/WEB-INF/struts-config.xml</param-value> </init-param> <init-param> <param-name>debug</param-name> <param-value>99</param-value> </init-param> <init-param> <param-name>detail</param-name><#-- does this have any effect? --> <param-value>99</param-value> </init-param> <init-param> <param-name>validate</param-name> <param-value>true</param-value> </init-param> <load-on-startup>3</load-on-startup> </servlet> <servlet-mapping> <servlet-name>action</servlet-name> <url-pattern>*.do</url-pattern> </servlet-mapping> but no reference to message resources whatsoever - so still, I wonder how get 1.2 running (I don't see much documentation beyond http://struts.apache.org/userGuide/configuration.html#resources_config and the struts-config_1_2.dtd) - I do have a PropertyFileReader.java class that reads the per language properties from a file each and puts for each language a java.util.Properties into one java.util.Hashtable but so far this doesn't extend or subclass org.apache.struts.config.MessageResourcesConfig nor does it in any way relate to org.apache.struts.util.PropertyMessageResourcesFactory perhaps a few more links/hints in that section would be helpful --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
