2012/2/20 Łukasz Uruski <[email protected]> > <definition name="account" extends="default"> > <put-attribute name="body" > value="/WEB-INF/views/account/**account.jspx" > /> > </definition> > > <definition name="account/buy" extends="account"> > <put-attribute name="account_details" value="/WEB-INF/views/account/ > **buy.jspx"/> > </definition> > >
Either create a definition to put in "body" attribute, filling the "account_details" attribute, or use cascade attributes: http://tiles.apache.org/2.2/framework/tutorial/advanced/nesting-extending.html#Cascaded_attributes Antonio
