typo
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user