19 lines
670 B
Plaintext
19 lines
670 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>
|
|
<head>
|
|
<title>
|
|
Forward to Action - Results
|
|
</title>
|
|
</head>
|
|
<netui:body>
|
|
<h3>Forward to Action</h3>
|
|
<netui:bindingUpdateErrors alwaysReport="true" />
|
|
<br>
|
|
<br>
|
|
<netui:anchor action="begin">start over</netui:anchor>
|
|
</netui:body>
|
|
</netui:html>
|