blob: 927c6499558321772975004956ea7b83890f57d0 [file] [log] [blame]
<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %>
<%-- Test backward compatibility
--%>
<hr>
<strong>Check synonyms for include and put.</strong>
<br>
<tiles:insert component="layout.jsp">
<tiles:put name="title" value="Test with a tag body" direct="true" />
<tiles:put name="header" value="header.jsp">
<strong>This is a header</strong>
</tiles:put>
<tiles:put name="body" value="body.jsp" direct="false" />
</tiles:insert>