On Thu, 3 Feb 2005 10:36:50 -0500, Benedict, Paul C
<[EMAIL PROTECTED]> wrote:
> 1. Placing definitions in XML. This solution works well with Struts because
> I can hide all my JSP in WEB-INF, define how each page is decorated, and
> invoke the tile definition name in a Struts forward.
> 
> 2. Placing Tiles tags in JSP. This solution works well during rapid
> prototyping or where JSP pages need to be directly accessed by the user.
> Personally, it's a bear to inline decorate my pages when I am not doing
> Struts. I'd rather work with a filter and the XML configuration.
>

If you are using the definitions in XML, which I find works faster
during rapid prototyping than putting Tiles tags in JSP, do you still
have the problem?  As James said, all the Tiles tags then just go into
the layout pages.

-- 
The radiance of all the stars does not equal a sixteenth part of the
moon's radiance, likewise, good deeds giving us merit, all these do
not equal a sixteenth part of the merit of loving-kindness..

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to