Hi Just installed tiles, which I'm running with struts1.0, and I get the following error when I try to load my .jsp file:
A Servlet Exception Has Occurred Exception Report: javax.servlet.ServletException: Cannot find message resources under key org.apache.struts.action.MESSAGE at org.apache.jasper.runtime.PageContextImpl.handlePageException(Unknown Source) at org.apache.jsp.fHome$jsp._jspService(fHome$jsp.java:188) .............................................. I think the problem might be something to do with not being able to read my ApplicationResources.properties, but I cannot find a way to solve this problem yet. If I remove all tags which reference the ApplicationResources the .jsp file loads ok. I've followed the instructions according to the installation file at: http://www.lifl.fr/~dumoulin/tiles/doc/installation.html and I've place the .tld, and .jar files in the relevant directories, and modified my web.xml file with: <servlet> <servlet-name>action</servlet-name> <servlet-class>org.apache.struts.tiles.ActionComponentsServlet</servlet-clas s <init-param> <param-name>definitions-config</param-name> <param-value>/WEB-INF/tilesInstances.xml</param-value> </init-param> ... Have I missed something out, or does someone know what the problem might be? Thanks Peter -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

