Re: Tiles Body question

2003-03-04 Thread Eddie Bush
James, The beauty of Tiles is that you can nest the templates really easily. Have you been fooling with Tiles long? You might consider looking over the tiles-documentation.war file. There are some fine examples of usage there. The thing you need to wrap your head around is that the body

Re: AW: AW: Tiles Body question

2003-03-04 Thread Cedric Dumoulin
:[EMAIL PROTECTED] Gesendet: Montag, 3. März 2003 18:08 An: Struts Users Mailing List Betreff: Re: AW: Tiles Body question The examples in struts-documentation use a master layout (classicLayout.jsp), and the body is often made of tiles inserted with another layout (like columnsLayout, vboxLayout

AW: AW: AW: Tiles Body question

2003-03-04 Thread Roland Berger
PROTECTED] Gesendet: Dienstag, 4. März 2003 11:33 An: Struts Users Mailing List Betreff: Re: AW: AW: Tiles Body question The configuration you propose should work. All example ship with struts are based on this kind of nesting (portal, tabs, menu, ...). The reported exception usually appear when

Re: AW: AW: AW: Tiles Body question

2003-03-04 Thread Cedric Dumoulin
-Ursprüngliche Nachricht- Von: Cedric Dumoulin [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 4. März 2003 11:33 An: Struts Users Mailing List Betreff: Re: AW: AW: Tiles Body question The configuration you propose should work. All example ship with struts are based on this kind of nesting

AW: AW: AW: AW: Tiles Body question

2003-03-04 Thread Roland Berger
Tomcat 4.1.18 Can I teach it to deal right with inclusion? Regards Roland -Ursprüngliche Nachricht- Von: Cedric Dumoulin [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 4. März 2003 16:59 An: Struts Users Mailing List Betreff: Re: AW: AW: AW: Tiles Body question Roland Berger wrote

AW: AW: AW: AW: Tiles Body question

2003-03-04 Thread Roland Berger
Dumoulin [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 4. März 2003 16:59 An: Struts Users Mailing List Betreff: Re: AW: AW: AW: Tiles Body question Roland Berger wrote: Yes, the Tag's surrounding tiles:insert are: nested:form ... nested:nest ... nested:nest ... table ... tr

Tiles Body question

2003-03-03 Thread James Prance
In a classic template, the header, footer and menu could be common across your application. However the body would likely change depending on the business process. Is there a way to alter the 'body' value dynamically? I'm a bit confused by this at the moment and my current understanding is that

Re: Tiles Body question

2003-03-03 Thread Cedric Dumoulin
You can have a body acting as a body template which in turn insert other bodies ... Cedric James Prance wrote: In a classic template, the header, footer and menu could be common across your application. However the body would likely change depending on the business process. Is there a way

AW: Tiles Body question

2003-03-03 Thread Roland Berger
Body question You can have a body acting as a body template which in turn insert other bodies ... Cedric James Prance wrote: In a classic template, the header, footer and menu could be common across your application. However the body would likely change depending on the business process

Re: AW: Tiles Body question

2003-03-03 Thread Cedric Dumoulin
. Roland. -Ursprüngliche Nachricht- Von: Cedric Dumoulin [mailto:[EMAIL PROTECTED] Gesendet: Samstag, 22. Februar 2003 14:13 An: Struts Users Mailing List Betreff: Re: Tiles Body question You can have a body acting as a body template which in turn insert other bodies ... Cedric James

AW: AW: Tiles Body question

2003-03-03 Thread Roland Berger
Mailing List Betreff: Re: AW: Tiles Body question The examples in struts-documentation use a master layout (classicLayout.jsp), and the body is often made of tiles inserted with another layout (like columnsLayout, vboxLayout, tabsLayout...). You can easily define your own layout with an insert