> You should read section 4.1.1 of the
> Tiles Advanced Features (link at bottom
> of the page of the struts site, section
> on the Tiles User Guide) which gives
> examples like so:
> <tiles:definition id="definitionName" page="/layouts/myLayout.jsp" >
> <tiles:put name="title" value="Page Title" />
> ...

How does that help?
I know how to build definitions from within JSP pages, but that's not what
I'm asking.
I'm asking how to use a definition that is _already defined_ in the
tiles-defs.xml file from within the JSP page, so I don't have to hard-code
the layout filename or definition with my JSP pages.

Matt Kruse

Reply via email to