beehive/netui/test/webapps/drt/web/bugs/cr121496/results.jsp

17 lines
633 B
Plaintext

<!--Generated by WebLogic Workshop-->
<%@ 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>
<body>
<netui:anchor action="begin">Home</netui:anchor><br>
Prop2: <netui:span value="${param.prop2}"></netui:span>
</body>
</netui:html>