Re: Advanced Use of Struts Tiles

2008-02-12 Thread Antonio Petrelli
2008/2/12, Asad Habib <[EMAIL PROTECTED]>: > > Hello Antonio. Do you have access to any examples that I could look at? > Thanks. The example is in the code that you posted :-) .mainContentLayout contains .middleContentLayout. .externalMainLayour contains .mainContentLayout.

Re: Advanced Use of Struts Tiles

2008-02-12 Thread Asad Habib
Hello Antonio. Do you have access to any examples that I could look at? Thanks. - Asad On Feb 12, 2008 4:27 AM, Antonio Petrelli <[EMAIL PROTECTED]> wrote: > 2008/2/12, Asad Habib <[EMAIL PROTECTED]>: > > > > Hello Antonio. Are you saying that multiple level nesting is not > > possible with Str

Re: Advanced Use of Struts Tiles

2008-02-12 Thread Antonio Petrelli
2008/2/12, Asad Habib <[EMAIL PROTECTED]>: > > Hello Antonio. Are you saying that multiple level nesting is not > possible with Struts Tiles? Yes it is possible: as long as you are able to do single-level nesting, you can nest at all levels. What I meant is that it is "difficult" since you have

Re: Advanced Use of Struts Tiles

2008-02-12 Thread Asad Habib
Hello Antonio. Are you saying that multiple level nesting is not possible with Struts Tiles? Cedric has demonstrated single level nesting in one of his articles so I was hoping that it would be. Anyway, I appreciate your feedback. If anyone has done this with Struts Tiles, I would appreciate your h

Re: Advanced Use of Struts Tiles

2008-02-12 Thread Antonio Petrelli
2008/2/12, Asad Habib <[EMAIL PROTECTED]>: > > Hello. I have the following definitions in place in my tiles-def.xml file: > ... > There are several layers of nested tiles. I am having trouble using > this. Are there any examples of nesting that is several layers deep > online? Thank you. I have