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

11 lines
221 B
Plaintext

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