This should be common so I think it would be simple. Basic cases: You want a plain page layout (no menu) and a standard page layout that has the menu included. Both pages have 'content' that should get inserted and both share a common head section, and maybe common header and footer (basically page skeleton is shared - just one layout should have the menu, the other one not have it.)
Here's how I thought I'd set it up: http://pastie.org/2441904 (not showing menu.jsp) When I try the above though I get errors org.apache.tiles.template.NoSuchAttributeException: Attribute 'content' not found. (Using tiles 2.2.2) Thanks for any help -- Rick R
