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

Peter Muir peter at bleepbleep.org.uk
Fri Jun 15 09:47:23 EDT 2007


  User: pmuir   
  Date: 07/06/15 09:47:23

  Modified:    doc/reference/en/modules   conversations.xml tutorial.xml
  Log:
  JBSEAM-1456 part 1
  
  Revision  Changes    Path
  1.30      +2 -13     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.29
  retrieving revision 1.30
  diff -u -b -r1.29 -r1.30
  --- conversations.xml	15 Jun 2007 07:36:20 -0000	1.29
  +++ conversations.xml	15 Jun 2007 13:47:23 -0000	1.30
  @@ -794,16 +794,10 @@
                   current conversation stack:
               </para>
               
  -            <programlisting><![CDATA[<t:dataList value="#{conversationStack}" var="entry">
  +            <programlisting><![CDATA[<ui:repeat value="#{conversationStack}" var="entry">
       <h:outputText value=" | "/> 
       <h:commandLink value="#{entry.description}" action="#{entry.select}"/>
  -</t:dataList>]]></programlisting>
  -
  -            <para>
  -                Notice that here we are using the MyFaces <literal>&lt;t:dataList&gt;</literal>
  -                component, since JSF amazingly does not provide any standard component
  -                for looping.
  -            </para>
  +</ui:repeat]]></programlisting>
               
               <mediaobject>
                 <imageobject role="fo">
  @@ -814,11 +808,6 @@
                 </imageobject>
               </mediaobject>
               
  -            <para>
  -                Please refer to the Seam Issue Tracker demo to see all this functionality 
  -                in action!
  -            </para>
  -            
           </section>
       </section>
       
  
  
  
  1.87      +0 -22     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.86
  retrieving revision 1.87
  diff -u -b -r1.86 -r1.87
  --- tutorial.xml	15 Jun 2007 07:36:20 -0000	1.86
  +++ tutorial.xml	15 Jun 2007 13:47:23 -0000	1.87
  @@ -2443,28 +2443,6 @@
           <para>Look in the <literal>dvdstore</literal> directory.</para>
       </section>
   
  -    <section id="issues">
  -        <title>A complete application featuring Seam workspace management: the Issue Tracker example</title>
  -
  -        <para> The Issue Tracker demo shows off Seam's workspace management functionality: the conversation switcher,
  -            conversation list and breadcrumbs. </para>
  -
  -        <screenshot>
  -        <screeninfo>DVD Store example</screeninfo>
  -        <mediaobject>
  -          <imageobject role="fo">
  -            <imagedata fileref="images/issues.png" align="center"/>
  -          </imageobject>
  -          <imageobject role="html">
  -            <imagedata fileref="../shared/images/issues.png" align="center"/>
  -          </imageobject>
  -        </mediaobject>
  -      </screenshot>
  -
  -        <para>TODO</para>
  -        <para>Look in the <literal>issues</literal> directory.</para>
  -    </section>
  -
       <section id="hibernate">
           <title>An example of Seam with Hibernate: the Hibernate Booking example</title>
   
  
  
  



More information about the jboss-cvs-commits mailing list