beehive/netui/test/webapps/drt/web/bugs/b15234/Begin.jsp

11 lines
235 B
Plaintext

<%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui" %>
<html>
<head>
<title>Test of Anchor</title>
</head>
<body>
<h4>Anchor Tests</h4>
<netui:anchor forward="myForward">Forward</netui:anchor>
</body>
</html>