beehive/netui/test/webapps/drt/web/miniTests/exceptHierPage/sub2Handler.jsp

11 lines
232 B
Plaintext
Raw Normal View History

<%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui" %>
<html>
<head>
<title>Sub2 Handler</title>
</head>
<body>
<h4>Sub2 Handler</h4>
<netui:anchor href="Controller.jpf">Home</netui:anchor>
</body>
</html>