I'm working on converting a web application with 6 sub-modules from a frames-based layout - with a menu on the left, a top section, and a main body section - into a single page using Tiles to construct the pages. Time is of the essence, so for now I'm looking for the fastest way to convert the existing site, and doing it the best way later on when time permits. If the fastest way is the best way, then great.

Currently I'm creating a new jsp for each existing one which contains a tile:insert directive pointing to my new layout, and using a tiles:put to add the old page (renamed to xxx-body.jsp) in the body section. Is this the fastest way to do it? It definitely doesn't seem like the best since I will have double the amount of jsp's. Is there any way of using a single controller to redirect the body section to an arbitrary page in a sub-module?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to