blob: 7ad2af7dfa6adb298fd4ee1194013dcc8d42b0bb [file] [log] [blame]
<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %>
<%--
Layout to test 'ignore' attribute.
--%>
<table border="2" width="300" bordercolor="Gray">
<tr>
<td bgcolor="Blue"><strong><tiles:getAsString name="title" ignore="false" /></strong></td>
</tr>
<tr>
<td><tiles:insert attribute="header" ignore="true"/></td>
</tr>
<tr>
<td><tiles:insert attribute="body" ignore="true"/>
</td>
</tr>
</table>