beehive/netui/test/webapps/drt/web/miniTests/webinfSrcDotJava/index.jsp

17 lines
608 B
Plaintext

<%@ page language="java" contentType="text/html;charset=UTF-8"%>
<%@ taglib uri="http://beehive.apache.org/netui/tags-databinding-1.0" prefix="netui-data"%>
<%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%>
<%@ taglib uri="http://beehive.apache.org/netui/tags-template-1.0" prefix="netui-template"%>
<netui:html>
<body>
This is a test of a page flow as a .java file in /src (/src/miniTests/webinfSrcDotJava/Controller.java in this case).
<br/>
<br/>
<netui:anchor action="next">next</netui:anchor>
<br>
</body>
</netui:html>