Hi Josh, Always cautious not to include code that would just confuse things :P
My Layout component is here: http://pastebin.com/m4fd5d6a In my tml I am using the same line in all places (sans actual literal): <div t:type="layout" t:title="literal:A title"> A page of mine might look like this: http://pastebin.com/m415466a Each of my pages extends a base page which has layout as a component. Thanks for your help. Zack I dont have this List<Message> joshcanfield wrote: > > Hey Zack, > > It's generally a good idea to post some code for us to look at when > asking a question. > > You might be doing something like this: > > <html t:type="layout" t:yourProperty="${myprop}"> > </html> > > What you want is > > <html t:type="layout" t:yourProperty="myprop"> > </html> > > If that's not the case then show us some code from your template and java. > > Josh > > -- View this message in context: http://www.nabble.com/Layout-Attributes-Shared-tp17414894p17415541.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]