beehive/netui/test/webapps/drt/web/bugs/b36628/error2.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>
<head>
<title>
Web Application Page
</title>
</head>
<netui:body>
<h4>Error Two</h4>
<netui:anchor action="begin">Home</netui:anchor><br>
<netui:error key="name"/><br/>
</netui:body>
</netui:html>