Re: Tiles: Inserting tiles recursively

2005-12-06 Thread brenmcguire
Simple answer: You have to put a definition inside another definition. You can see a definition as a "filled layout page". Since your main.jsp is not complete by itself (you have to "put" pages inside its attributes), you cannot use it as a simple tile (well you can but you get an error ;-)

Tiles: Inserting tiles recursively

2005-12-06 Thread blob
I want to use Tiles to insert parts of pages into parts of a webpage: Example: TOP holds all the parts of the page. Within that a MAIN part should display the main part that again can have different appearances (tiles) depending on the type of the page. So on TOP.jsp main.jsp is inserted that ag