On Sep 6, 2005, at 1:40 PM, David G. Friedman wrote:
<web-app> <servlet> <servlet-name>Tiles Servlet</servlet-name> <servlet-class>org.apache.struts.tiles.TilesServlet</servlet-class> <init-param> <param-name>definitions-config</param-name> <param-value>/WEB-INF/tiles.xml</param-value> </init-param> <load-on-startup>2</load-on-startup> </servlet>
The above is correct except that it appeared from your original post that you are using Standalone Tiles. So remove "struts" from the package name.
Greg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]