[jboss-cvs] jboss-seam/doc/reference/en/modules ...

Peter Muir peter at bleepbleep.org.uk
Mon Dec 3 17:28:47 EST 2007


  User: pmuir   
  Date: 07/12/03 17:28:47

  Modified:    doc/reference/en/modules   events.xml tutorial.xml
  Log:
  JBSEAM-2343 - thanks to Ian Darwin
  
  Revision  Changes    Path
  1.40      +3 -3      jboss-seam/doc/reference/en/modules/events.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: events.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/events.xml,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -b -r1.39 -r1.40
  --- events.xml	22 Nov 2007 22:38:02 -0000	1.39
  +++ events.xml	3 Dec 2007 22:28:47 -0000	1.40
  @@ -57,7 +57,7 @@
   
           <para>
               You can find out more information about JSF events and jBPM events elsewhere. 
  -            Lets concentrate for now upon the two additional kinds of events defined by Seam.
  +            Let's concentrate for now upon the two additional kinds of events defined by Seam.
           </para>
           
           <sect2>
  @@ -325,7 +325,7 @@
   
           </sect3>
           
  -        <sect3>
  +        <sect3 id="events.pageaction.navigation">
               <title>Navigation</title>
               
               <para>
  
  
  
  1.96      +5 -1      jboss-seam/doc/reference/en/modules/tutorial.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: tutorial.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/tutorial.xml,v
  retrieving revision 1.95
  retrieving revision 1.96
  diff -u -b -r1.95 -r1.96
  --- tutorial.xml	15 Oct 2007 13:41:31 -0000	1.95
  +++ tutorial.xml	3 Dec 2007 22:28:47 -0000	1.96
  @@ -2201,6 +2201,9 @@
                                   method binding with a parameter: <literal>#{hotelBooking.selectHotel(hot)}</literal>.
                                   This is not possible in the standard Unified EL, but Seam provides an extension to the
                                   EL that lets you use parameters on any method binding expression. </para>
  +                            <para> If you're wondering how navigation occurs,
  +                                you can find all the rules in <literal>WEB-INF/pages.xml</literal>;
  +                                this is discussed in <xref linkend="events.pageaction.navigation"/>. </para>
                           </callout>
                       </calloutlist>
                   </programlistingco>
  @@ -2210,7 +2213,8 @@
                   to the <literal>selectHotel()</literal> method of the <literal>HotelBookingAction</literal>, which is
                   where the <emphasis>really</emphasis> interesting stuff is going to happen. </para>
   
  -            <para> Now lets see how the booking example application uses a conversation-scoped stateful session bean to
  +
  +            <para> Now let's see how the booking example application uses a conversation-scoped stateful session bean to
                   achieve a natural cache of persistent data related to the conversation. The following code example is
                   pretty long. But if you think of it as a list of scripted actions that implement the various steps of
                   the conversation, it's understandable. Read the class from top to bottom, as if it were a story. </para>
  
  
  



More information about the jboss-cvs-commits mailing list