<%@ 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 Test4

PageInput Test4 - Jsp1.jsp



All fields being displayed below are from the same formBean just using different data-binding contexts.

These two are from the {actionForm} context.
{actionForm.fld1}:
{actionForm.fld2}:


These two are from the {pageInput} context.

{pageInput.theForm.fld1}:
{pageInput.theForm.fld2}:



Please change the value of "{pageInput.theForm.fld1}" to "test1" and the value of "{pageInput.theForm.fld2}" to "test2". Then press the "Submit changes" button. (These values are supposed to be read-only, so we'll see about that.)
{pageInput.theForm.fld1}:
{pageInput.theForm.fld2}: