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

Gavin King gavin.king at jboss.com
Mon Nov 20 15:37:33 EST 2006


  User: gavin   
  Date: 06/11/20 15:37:33

  Modified:    doc/reference/en/modules   annotations.xml conversations.xml
  Log:
  more
  
  Revision  Changes    Path
  1.49      +1 -1      jboss-seam/doc/reference/en/modules/annotations.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: annotations.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/annotations.xml,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -b -r1.48 -r1.49
  --- annotations.xml	20 Nov 2006 20:14:27 -0000	1.48
  +++ annotations.xml	20 Nov 2006 20:37:33 -0000	1.49
  @@ -168,7 +168,7 @@
                       </para>
                   </listitem>
               </varlistentry>   
  -            <varlistentry  id="synchronized-annotation">
  +            <varlistentry  id="readonly-annotation">
                   <term><literal>@ReadOnly</literal></term>
                   <listitem>
                       <programlisting><![CDATA[@ReadOnly]]></programlisting>
  
  
  
  1.20      +7 -1      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.19
  retrieving revision 1.20
  diff -u -b -r1.19 -r1.20
  --- conversations.xml	20 Nov 2006 20:32:34 -0000	1.19
  +++ conversations.xml	20 Nov 2006 20:37:33 -0000	1.20
  @@ -347,7 +347,7 @@
   </pages>]]></programlisting>
   
           <para>
  -            To solve the first problem, we now have four options:
  +            To solve the first problem, we now have five options:
           </para>
           
           <itemizedlist>
  @@ -369,12 +369,18 @@
                   <literal>@Begin</literal>
               </para>
               </listitem>
  +            <para>
  +                Use <literal>&lt;begin-conversation&gt;</literal> in
  +                <literal>pages.xml</literal>.
  +            </para>
  +            </listitem>
               <listitem>
               <para>
                   Use <literal>#{conversation.begin}</literal> as
                   the Seam page action method
               </para>
               </listitem>
  +            <listitem>
           </itemizedlist>
           
       </section>
  
  
  



More information about the jboss-cvs-commits mailing list