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

Gavin King gavin.king at jboss.com
Mon Jan 22 20:34:05 EST 2007


  User: gavin   
  Date: 07/01/22 20:34:05

  Modified:    doc/reference/en/modules  framework.xml
  Log:
  oops
  
  Revision  Changes    Path
  1.14      +1 -1      jboss-seam/doc/reference/en/modules/framework.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: framework.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/framework.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- framework.xml	14 Dec 2006 19:39:12 -0000	1.13
  +++ framework.xml	23 Jan 2007 01:34:05 -0000	1.14
  @@ -377,7 +377,7 @@
           </para>
           
           <programlisting><![CDATA[<h1>List of people</h1>
  -<h:dataTable value="#{people}" var="person">
  +<h:dataTable value="#{people.resultList}" var="person">
       <h:column>
           <s:link view-id="/editPerson.jsp" value="#{person.firstName} #{person.lastName}">
               <f:param name="personId" value="#{person.id}"/>
  
  
  



More information about the jboss-cvs-commits mailing list