beehive/netui/test/webapps/drt/web/pageInput/test26/include1.jsp

13 lines
325 B
Plaintext

<%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui" %>
<html>
<body>
<center>
<font color="tomato">
PageInput value from [%@ include]:
<netui:span value="${pageInput.string}" />
</font>
<br/><br/>
</center>
</body>
</html>