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 <tiles:get name="foo"/> to insert content
into a given layout. Here's where I am confused:
I have a layout definition that has the following
component:
<put name="instructions" value="${instructions}"/>Then, I have a definition that uses that layout. I want to be able to set the instructions to reference either a file or a property in application.properties. Is this possible? Or does the file that is going to be inserted into needs to know the nature of the insertion? Also, I frankly still do not understand the difference between tiles:insert and tiles:get.
Dean Hoover
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

