beehive/netui/test/webapps/drt/web/tiles/pf/inherit/index.jsp

13 lines
294 B
Plaintext

<%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui" %>
<html>
<head>
<title> Tiles Inheritance </title>
</head>
<body>
<netui:anchor action="local">Local action</netui:anchor>
<br/>
<netui:anchor action="another">Overriding action</netui:anchor>
<br/>
</body>
</html>