14 lines
329 B
Plaintext
14 lines
329 B
Plaintext
<%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui" %>
|
|
<html>
|
|
<head>
|
|
<title>Page1</title>
|
|
</head>
|
|
<body>
|
|
<p style="color:green">
|
|
This is the results posted from the form. It must match what was entered in the textbox.
|
|
</p>
|
|
<hr>
|
|
String Value = '<netui:span value="${pageFlow.string}"/>'
|
|
</body>
|
|
</html>
|