i want to design the home page in tiles.on hitting the site itself i should get my home page in tiles...
For the above how should the "Welcome page" tag in struts-config be coded and structure of tiles-defs.xml.
Thanking u Ramji Srinivasan
Alec Lee
Ranch Hand
Joined: Jan 28, 2004
Posts: 568
posted
0
What is the problem you encountered? Any set of pages which share the same layout could be implemented as tiles in order to reduce duplication. So if the welcome page has similar look and feel as other pages, they could as well be implemented as layout. Each individual page could then use <tiles:insert > to "invoke" the layout while supplying page specific display content.