beehive/netui/test/webapps/drt/web/tiles/pf/anotherBody.jsp

20 lines
377 B
Plaintext

<%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%>
<h1> Another Main Body Tile</h1>
<netui:span value="${pageFlow.results}"/>
<ul>
<li>
<netui:anchor action="home">
Default layout
</netui:anchor>
</li>
<li>
<netui:anchor action="another">
Another body
</netui:anchor>
</li>
</ul>