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

Peter Muir peter at bleepbleep.org.uk
Sun Dec 23 12:59:15 EST 2007


  User: pmuir   
  Date: 07/12/23 12:59:15

  Modified:    doc/reference/en/modules  conversations.xml
  Log:
  JBSEAM-2363
  
  Revision  Changes    Path
  1.42      +14 -6     jboss-seam/doc/reference/en/modules/conversations.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: conversations.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/conversations.xml,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -b -r1.41 -r1.42
  --- conversations.xml	6 Dec 2007 16:16:22 -0000	1.41
  +++ conversations.xml	23 Dec 2007 17:59:13 -0000	1.42
  @@ -756,11 +756,19 @@
               </para>
               
               <programlisting><![CDATA[<pages>
  -    <page view-id="/main.xhtml">Search hotels: #{hotelBooking.searchString}</page>
  -    <page view-id="/hotel.xhtml">View hotel: #{hotel.name}</page>
  -    <page view-id="/book.xhtml">Book hotel: #{hotel.name}</page>
  -    <page view-id="/confirm.xhtml">Confirm: #{booking.description}</page>
  -</pages>]]></programlisting>
  +    <page view-id="/main.xhtml">
  +        <description>Search hotels: #{hotelBooking.searchString}</description>
  +    </page>
  +    <page view-id="/hotel.xhtml">
  +        <description>View hotel: #{hotel.name}</description>
  +    </page>
  +    <page view-id="/book.xhtml">
  +        <description>Book hotel: #{hotel.name}</description>
  +    </page>
  +    <page view-id="/confirm.xhtml">
  +        <description>Confirm: #{booking.description}</description>
  +    </page>
  +    </pages>]]></programlisting>
   
              <para>
                  Note that if this file is missing, the Seam application will
  
  
  



More information about the jboss-cvs-commits mailing list