%@ page contentType="text/html;charset=UTF-8" language="java" %>
<%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui" %>
<%@ taglib uri="http://beehive.apache.org/netui/tags-databinding-1.0" prefix="netui-data" %>
PageInput Test23
PageInput Test23 - Jsp1.jsp
All fields being displayed below are from the same formBean just
using different data-binding contexts.
These values are from the {actionForm} context.
{actionForm.String1}:
{actionForm.String2}:
{actionForm.Int1}:
{actionForm.Int2}:
These values are from the {pageInput} context.
{pageInput.theForm.String1}:
{pageInput.theForm.String2}:
{pageInput.theForm.Int1}:
{pageInput.theForm.Int2}:
You will see this page twice.
- The first time please change the values in all the textBoxes then
press the submit button.
- The second time check the values of the checkBoxes and the
PageInputs. The textBoxs should have your modified values and
the pageInput fields should have their original values. If this
in not the case the test have failed. Then press Finish.
Finish...