from the 1_1 dtd:
<!-- A "RequestPath" is an module-relative URI path, beginning with a
slash, that identifies a mapped resource (such as a JSP page or a
servlet)
within this web application.
-->
<!ENTITY % RequestPath "CDATA">
...
<!ATTLIST definition path %RequestPath; #IMPLIED>
So that would lead me to believe that it is module-relative. But else
where in the DTD it says:
path The context-relative path to the resource used as
tiles to
insert. This tiles will be inserted and a tiles
context
containing appropriate attributes will be
available.
My testing leads me to believe that it is context relative even though
I defined the tiles plugin as moduleAware="true", but I may be doing
something wrong.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]