beehive/netui/test/webapps/drt/web/bugs/b35094/index.jsp

19 lines
746 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>
<p>
New Web Application Page
<netui:image src="../../resources/images/handlerightmiddle.gif">
<netui:parameter name="name" value="${pageFlow.foo}"></netui:parameter>this is content inside of the Image tag
</netui:image>
</p>
</body>
</netui:html>