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

Shane Bryzak sbryzak at redhat.com
Wed Mar 21 04:25:28 EDT 2007


  User: sbryzak2
  Date: 07/03/21 04:25:28

  Modified:    doc/reference/en/modules  jbpm.xml
  Log:
  JBSEAM-1035
  
  Revision  Changes    Path
  1.29      +2 -2      jboss-seam/doc/reference/en/modules/jbpm.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jbpm.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/jbpm.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -b -r1.28 -r1.29
  --- jbpm.xml	21 Feb 2007 18:48:46 -0000	1.28
  +++ jbpm.xml	21 Mar 2007 08:25:28 -0000	1.29
  @@ -742,11 +742,11 @@
           </para>
           
           <para>
  -            The <literal>taskInstanceListByType</literal> component includes tasks of 
  +            The <literal>taskInstanceListForType</literal> component includes tasks of 
               a particular type that are assigned to the current user:
           </para>
           
  -        <programlisting><![CDATA[<h:dataTable value="#{taskInstanceListByType['todo']}" var="task">
  +        <programlisting><![CDATA[<h:dataTable value="#{taskInstanceListForType['todo']}" var="task">
       <h:column>
           <f:facet name="header">Description</f:facet>
           <h:outputText value="#{task.description}"/>
  
  
  



More information about the jboss-cvs-commits mailing list