mirror of
https://github.com/apache/struts.git
synced 2026-08-11 09:36:57 +00:00
WW-1685 Playtest Showcase and adjust status of verious examples.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/branches/STRUTS_2_0_X@509047 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %>
|
||||
<%@ taglib uri="http://tiles.apache.org/tags-tiles" prefix="tiles" %>
|
||||
<%@ taglib prefix="s" uri="/struts-tags" %>
|
||||
|
||||
<%-- Show usage; Used in Header --%>
|
||||
@@ -6,10 +6,10 @@
|
||||
<html>
|
||||
<head><title><tiles:getAsString name="title"/></title></head>
|
||||
<body>
|
||||
<tiles:attribute name="header"/>
|
||||
<tiles:insertAttribute name="header"/>
|
||||
|
||||
<p id="body">
|
||||
<tiles:attribute name="body"/>
|
||||
<tiles:insertAttribute name="body"/>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user