Re: Tiles "best practices" question

2006-11-01 Thread Rick Schumeyer
I have decided to use Antonio's suggestion. Every page now has an entry in tiles-defs.xml. For example Then I just write a Welcome.jsp that only contains the body for the welcome page. So for every page I want to add, I add one jsp file and one entry in tiles-defs.xml. If

Re: Tiles "best practices" question

2006-11-01 Thread Adam Hardy
Antonio Petrelli on 31/10/06 08:07, wrote: Rick Schumeyer ha scritto: I have a layout that includes: My definition does *not* include "body" The "actual" jsp page determines the proper value for "body": Question: the way I'm doing this means I now have *two *pages for every page...in my

Re: Tiles "best practices" question

2006-10-31 Thread Antonio Petrelli
Rick Schumeyer ha scritto: I have a layout that includes: My definition does *not* include "body" The "actual" jsp page determines the proper value for "body": Question: the way I'm doing this means I now have *two *pages for every page...in my case the "success.jsp" page that contains t

Tiles "best practices" question

2006-10-30 Thread Rick Schumeyer
I'm a new tiles user. I'm using the tiles-defs.xml method for definitions (if it matters). I have a layout that includes: My definition does *not* include "body" The "actual" jsp page determines the proper value for "body": Question: the way I'm doing this means I now have *two *pages f