<%@ page language="java" contentType="text/html;charset=UTF-8"%> <%@ taglib prefix="netui" uri="http://beehive.apache.org/netui/tags-html-1.0"%> html
Action:
Text:

This is an XHTML generated document that contains six different types of form submits. Each type differs in either how the form is submitted, or how the form binds to the bean.

Case One -- Form Submit to an Action

Normal button submit, and bean on action

Text:

Case Two -- Form Submit To PageFlow

Normal button submit, binding to page flow

Text:

Case Three -- Form Submit Override Action

Override the action submitted on the button

Text:

Case Four -- Form Submit Override Action/Different Bean

Override the action and go to a different bean type

Text:

Case Five -- Form Submit/Action UseBean

Normal Submit, the action has a useFormBean binding to a bean

Text:

Case Six -- Form Submit Direct Bean Binding

Normal Submit, the form tag specifies a bean in the Session

Text: