11 lines
293 B
Plaintext
11 lines
293 B
Plaintext
<%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui" %>
|
|
<html>
|
|
<head>
|
|
<title>Nested </title>
|
|
</head>
|
|
<body>
|
|
<netui:anchor action="/nestOne" >Nest Return to Page</netui:anchor><br />
|
|
<netui:anchor action="/nestTwo" >Nest Return to Action</netui:anchor>
|
|
</body>
|
|
</html>
|