RE: Tiles: multiple layers of layout

2004-08-23 Thread Jim Barrows
> -Original Message- > From: Bill Schneider [mailto:[EMAIL PROTECTED] > Sent: Monday, August 23, 2004 2:56 PM > To: [EMAIL PROTECTED] > Subject: Re: Tiles: multiple layers of layout > > > Thanks for the detailed explanation. So, if I want to > represent a

Re: Tiles: multiple layers of layout

2004-08-23 Thread Bill Schneider
Thanks for the detailed explanation. So, if I want to represent an HTML page that has two levels of layout (a tile that extends a layout tile, which inserts another tile that also extends a layout tile) it sounds like the "right" way to do the tiles definition is something like this:

Re: Tiles: multiple layers of layout

2004-08-20 Thread Michael McGrady
Bill Schneider wrote: The idea is that most tiles extend .mainLayout and look like HEADER [body] FOOTER But some tiles extend .nestedLayout instead, which in turn extends .mainLayout for two layers of navigation: HEADER Nested Header [nested body] Nested Footer FOOTER T

Re: Tiles: multiple layers of layout

2004-08-20 Thread Bill Schneider
The idea is that most tiles extend .mainLayout and look like HEADER [body] FOOTER But some tiles extend .nestedLayout instead, which in turn extends .mainLayout for two layers of navigation: HEADER Nested Header [nested body] Nested Footer FOOTER The nested header+body+

Re: Tiles: multiple layers of layout

2004-08-19 Thread brenmcguire
If you mean that you want to put a sub-tile inside another tile, you could make something like this: In other words you can use the "" element not only with JSP pages but also with other definitions. That is you can make "definitions of definitions" in a nested

Re: Tiles: multiple layers of layout

2004-08-19 Thread Michael McGrady
Michael McGrady wrote: Bill Schneider wrote: I'm trying to do something with Tiles like this: I am not sure what is going on here, Bill, but it looks like you mean to have something like the following? That is, it looks like you want to override rathe

Re: Tiles: multiple layers of layout

2004-08-19 Thread Michael McGrady
Bill Schneider wrote: I'm trying to do something with Tiles like this: I am not sure what is going on here, Bill, but it looks like you mean to have something like the following? That is, it looks like you want to override rather than extend the defi