beehive/system-controls/samples/jdbc/jdbcControlSample/web/index.jsp

17 lines
580 B
Plaintext
Raw Normal View History

<%@ 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>Sample JdbcControl Page</title>
<netui:base/>
</head>
<netui:body>
<p>
Sample JdbcControl Page
<netui:anchor action="startDemo">Start Demo</netui:anchor>
</p>
</netui:body>
</netui:html>