This commit is contained in:
Keith Donald
2007-04-10 17:11:12 +00:00
parent f90b98969d
commit 222e274f0a

View File

@@ -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>
</programlisting>