Re: Tiles w/o Stuts problem.
- From: ToddP <todd.prickett@xxxxxxxxx>
- Date: Fri, 30 Nov 2007 10:14:06 -0800 (PST)
Let me try the code snippet again:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web
Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
<web-app>
<context-param>
<param-name>
org.apache.tiles.impl.BasicTilesContainer.DEFINITIONS_CONFIG
</param-name>
<param-value>
/WEB-INF/tiles-defs.xml,/org/apache/tiles/classpath-defs.xml
</param-value>
</context-param>
<!-- 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-defs.xml</param-value>
</init-param>
<init-param>
<param-name>definitions-parser-validate</param-name>
<param-value>true</param-value>
</init-param>
<load-on-startup>2</load-on-startup>
</servlet -->
</web-app>
.
- References:
- Tiles w/o Stuts problem.
- From: ToddP
- Tiles w/o Stuts problem.
- Prev by Date: Tiles w/o Stuts problem.
- Next by Date: Re: Convert int to char array (easy but...)
- Previous by thread: Tiles w/o Stuts problem.
- Next by thread: Re: Tiles w/o Stuts problem.
- Index(es):