RE: tiles confusion

2004-04-07 Thread Takhar, Sandeep
: tiles confusion Maybe I should restate the problem... How would one go about creating a reusable layout where the content to be inserted may come from either the application.properties files (in the simplest case) or from another JSP file? Is this impossible? Do I need to duplicate the layout and

Re: tiles confusion

2004-04-07 Thread Dean A. Hoover
Maybe I should restate the problem... How would one go about creating a reusable layout where the content to be inserted may come from either the application.properties files (in the simplest case) or from another JSP file? Is this impossible? Do I need to duplicate the layout and do the insertion

tiles confusion

2004-04-06 Thread Dean A. Hoover
I've been using (and loving) tiles for a few weeks now, but I guess I am still missing something fundamental. I have several definitions I am using for layouts. Then I have specific definitions that use those layouts to piece everything together. I mostly use to insert content into a given layout.