Re: Moving from struts-layout to struts-tiles

2005-11-18 Thread Greg Reddin
On Nov 18, 2005, at 3:03 PM, Garner, Shawn wrote: When I change <%@ include file="header.jsp"%> to tiles it says it can not have content in a body. I would like to default the header to this if they don't supply a header. You probably need to include this in your Tiles definition. The b

Moving from struts-layout to struts-tiles

2005-11-18 Thread Garner, Shawn
My application was using struts-layout and I wanted to upgrade to 1.2.8. I thought the tiles tags would translate 1 to 1 but they don't seem to. When I change <%@ include file="header.jsp"%> to tiles it says it can not have content in a body. I would like to default the header to this if they do