17 lines
619 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>ScopedJpf JpfTest1</title>
</head>
<body>
<center>
<h3 align="center">ScopedJpf JpfTest1 - JspTest1.jsp</h3>
<netui:anchor action="finish" target="_top">Done</netui:anchor>
</center>
</body>
</netui:html>