beehive/netui/test/webapps/drt/web/miniTests/globalAction/Begin.jsp

11 lines
258 B
Plaintext
Raw Normal View History

<%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui" %>
<html>
<head>
<title>Basic Global App</title>
</head>
<body>
<h4>Basic Global App</h4>
<netui:anchor action="globalAction_action">Global Action</netui:anchor>
</body>
</html>