Hi i am working on small struts applications . when i am running this application in tomcat it throwing a error like
javax.servlet.ServletException: Cannot find message resources under key org.apache.struts.action.MESSAGE org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:682) org.apache.jsp.userRegistration_jsp._jspService(userRegistration_jsp.java:99) org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:136) javax.servlet.http.HttpServlet.service(HttpServlet.java:856) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:320) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:294) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241) javax.servlet.http.HttpServlet.service(HttpServlet.java:856) My ApplicationResources.properties file is in my package like (WEB-INF/classes/strutsTutorial/) . I gave a path in web.xml like below <init-param> <param-name>Application</param-name> <param-value>strutsTutorial.ApplicationResources</param-value> </init-param> Can any one help Thanks in advance Ram -- View this message in context: http://www.nabble.com/Error-with-the-resource-file-tf2445574.html#a6817825 Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]