version number of beans schema; typo

This commit is contained in:
Keith Donald
2008-04-14 15:45:48 +00:00
parent 77a2a4681b
commit 5256fd19c1
3 changed files with 3 additions and 3 deletions

View File

@@ -173,7 +173,7 @@
Use the <code>bind</code> attribute to suppress model binding and validation for particular view events.
</para>
<programlisting language="xml"><![CDATA[
<view-state id="enterBookingDetails">
<view-state id="enterBookingDetails" model="booking">
<transition on="proceed" to="reviewBooking">
<transition on="cancel" to="bookingCancelled" bind="false" />
</view-state>]]>