You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Dennis Muhlestein <de...@zserve.com> on 2003/03/07 22:34:58 UTC

Struts-console 3.3 and tiles

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: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org