<%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui" %> Begin

binding directly to a pageFlow

This test binds a textbox value directly to a pageflow property. The value is found from a property on the page flow. The action called by the form takes a form bean which is ignored. This is almost the exact same test as 13803, except there the action does not have a form bean. The value then updates that property. The results page shows the updated value.


Submit