26 lines
1.0 KiB
Plaintext
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 JpfTest4</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<center>
|
||
|
<netui:form action="goNested">
|
||
|
<span style="font-size: 20px; color: green; font-weight: bold">
|
||
|
ScopedJpf JpfTest4 - Jpf1.Jsp1a.jsp
|
||
|
<br/>
|
||
|
PageFlow scope: <netui:span value="${pageFlow.scope}"/>
|
||
|
<br/>
|
||
|
Form field1: <netui:span value="${actionForm.string1}"/>
|
||
|
</span>
|
||
|
<br/><br/>
|
||
|
<netui:button action="goNested" type="submit">Goto nested</netui:button>
|
||
|
|
||
|
<netui:button action="finish" type="submit">Done</netui:button>
|
||
|
</netui:form>
|
||
|
</center>
|
||
|
</body>
|