libreccm-legacy/ccm-core/web/packages/bebop-jsp/www/test-master-static.jsp

19 lines
442 B
Plaintext
Executable File

<%@ taglib prefix="show" uri="/WEB-INF/bebop-show.tld" %>
<%@ include file="test-master-def.jsp" %>
<show:page>
<%@ include file="static-header.jsp" %>
this is a slave page, which will display a form included from within
another (master) page.
<show:form name="myForm">
input foo <show:component name="foo" />
<br>
input bar <show:component name="bar" />
</show:form>
<%@ include file="static-footer.jsp" %>
</show:page>