A bug report for James and all who may be affected. In Struts-Console 3.3, when generating my tiles-defs.xml file. I had the following xml output:
<definition name="template.member1" path="" extends="layouts.basiclayout"> note how there is a path="" as well as an extends attribute of the definition. Desired behavior is to extend a definition but not have a path for this definition. The resulting problem occurs when trying to forward to that tile (Using 1.1rc1) java.lang.IllegalArgumentException: Path does not start with a "/" character at org.apache.catalina.core.ApplicationContext.getRequestDispatcher(ApplicationContext.java:590) Had to fix this by hand editing the xml and removing the path="" attribute. Just thought you might like to know. -Dennis --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]