<%@ page language="java" contentType="text/html;charset=UTF-8"%> <%@ taglib prefix="f" uri="http://java.sun.com/jsf/core" %> <%@ taglib prefix="h" uri="http://java.sun.com/jsf/html" %> This is a test to ensure that sending a form bean from a JSF page to an action (where the action specifies useFormBean=some member variable) causes the page flow form bean member variable to be replaced with the one sent from the JSF page. #{backing.theForm.foo}: