diff --git a/spring-webflow/docs/reference/src/flow-executor.xml b/spring-webflow/docs/reference/src/flow-executor.xml index 4d3b2445..c97af47f 100644 --- a/spring-webflow/docs/reference/src/flow-executor.xml +++ b/spring-webflow/docs/reference/src/flow-executor.xml @@ -659,7 +659,7 @@ xsi:schemaLocation="http://www.springframework.org/schema/webflow http://www.springframework.org/schema/webflow/spring-webflow-1.0.xsd"> - <var name="bean" class="example.ManagedBeanImpl" scope="conversation" /> + <var name="myBean" class="example.ManagedBeanImpl" scope="conversation" /> <start-state idref="displayView" /> @@ -667,7 +667,7 @@ <transition on="submit" to="displayNextView"/> </view-state> - <view-state id="displayNextView" view="/nextview.jsp" /> + <view-state id="displayNextView" view="/mynextview.jsp" /> </flow>