26 lines
1.0 KiB
Plaintext

<%@ 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"%>
<head>
<title>ScopedJpf JpfTest5</title>
</head>
<body>
<center>
<netui:form action="jpf2GoNested">
<span style="font-size: 20px; color: green; font-weight: bold">
ScopedJpf JpfTest5 - Jpf2.Jsp2a.jsp
<br/>
PageFlow scope:&nbsp; <netui:span value="${pageFlow.scope}"/>
<br/>
Form field1:&nbsp; <netui:span value="${actionForm.string1}"/>
</span>
<br/><br/>
<netui:button action="jpf2GoNested" type="submit">Goto nested</netui:button>
&nbsp;&nbsp;
<netui:button action="finish" type="submit">Done</netui:button>
</netui:form>
</center>
</body>