Here is what I've been able to do successfully:

1) Declare "standardPage.jsp".
2) Declare "standardForm.jsp" which is based on standardPage.jsp.
3) Implement a dozed forms using standardForm.jsp, where the contents of the
form are specifcied "inline" with the reference to "standardForm.jsp".
4) Similar to 2&3 for "standardList.jsp".

I consider this to be nesting templates.

Where it collapses, is when you want that content applied to a "template" to
be constructed using includes of other Struts Actions (or .JSPs).  I don't
know about .HTML files.

Is that clearer?

----- Original Message -----
From: "Eric Rizzo" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 03, 2001 2:23 PM
Subject: Re: Tiles: using tileContent inside another tile


> David Corbin wrote:
>
> > Actually tiles works reasonably well this way, AS LONG AS you only need
the
> > "content" from a single action per page.
>
>
> Can you expand on that?  I haven't looked at Tiles yet, but am hoping it
might
> meet my need.  Are you saying it will let me do the equivalent of nesting
templates?
>
> TIA,
> Eric
>
> --
> Eric Rizzo, Software Engineer
> OpenNetwork Technologies
> http://www.opennetwork.com
> -----------------------------
> I embrace my personality flaws, for without them
> I might have no personality at all.
>
>
>

Reply via email to