[seam-commits] Seam SVN: r11350 - branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Aug 6 15:29:49 EDT 2009


Author: nickarls
Date: 2009-08-06 15:29:49 -0400 (Thu, 06 Aug 2009)
New Revision: 11350

Modified:
   branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Excel.xml
Log:
iteration on wrong level in xls columns docs

Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Excel.xml
===================================================================
--- branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Excel.xml	2009-08-06 19:27:50 UTC (rev 11349)
+++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Excel.xml	2009-08-06 19:29:49 UTC (rev 11350)
@@ -921,8 +921,8 @@
       <programlisting role="XML">
          <![CDATA[
             <e:workbook>
-	           <e:worksheet>
-	              <e:column value="#{personList}" var="person">
+	           <e:worksheet value="#{personList}" var="person">
+	              <e:column>
 	                 <f:facet name="header">
 	                    <e:cell value="Last name"/>
 	                 </f:facet>



More information about the seam-commits mailing list