There are notes on upgrading from Version 1.1 to Version 1.2.4 here: http://wiki.apache.org/struts/StrutsUpgradeNotes11to124
In Struts 1.0 the application resources (properties file) were configured using a web.xml parameter. In Struts 1.1 this was 'deprecated' and a <message-resources> element in the struts-config.xml added. In Struts 1.2 configuration of message resources using the web.xml parameter was removed. http://struts.apache.org/userGuide/configuration.html#resources_config Niall ----- Original Message ----- From: "Tim Christopher" <[EMAIL PROTECTED]> Sent: Monday, February 07, 2005 2:49 PM Subject: Re: sslext > I upgraded to Struts 1.2 and that fixed the problem, thanks. > > ... I'm now gettting a new problem though - the Struts Validator does > not appear to be called anymore, and it also has problems finding the > properties file: > > ApplicationDispatcher[/Web_Module]: Servlet.service() for servlet > debugjsp threw exception > javax.servlet.jsp.JspException: ServletException in > '/WEB-INF/pages/public/login.jsp': Cannot find message resources under > key org.apache.struts.action.MESSAGE > at org.apache.struts.taglib.tiles.InsertTag$InsertHandler.doEndTag(InsertTag.ja va:921) > > > Any ideas?! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]