beehive/netui/test/webapps/drt/web/bugs/j480b/Test.jsp

11 lines
382 B
Plaintext
Raw Normal View History

<%@ taglib prefix="util" tagdir="/WEB-INF/tags/org/apache/beehive/netui/test/tagid"%>
<%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%>
<netui:html>
<head><title>Test Tag File</title></head>
<netui:body>
<netui:scriptContainer generateIdScope="true">
<jsp:include page="included.jsp" />
</netui:scriptContainer>
</netui:body>
</netui:html>