[seam-commits] Seam SVN: r9150 - trunk/examples/mail/view.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Sep 30 08:29:54 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-09-30 08:29:54 -0400 (Tue, 30 Sep 2008)
New Revision: 9150

Modified:
   trunk/examples/mail/view/attachment.xhtml
Log:
JBSEAM-3476

Modified: trunk/examples/mail/view/attachment.xhtml
===================================================================
--- trunk/examples/mail/view/attachment.xhtml	2008-09-30 12:03:43 UTC (rev 9149)
+++ trunk/examples/mail/view/attachment.xhtml	2008-09-30 12:29:54 UTC (rev 9150)
@@ -12,8 +12,8 @@
           <m:attachment fileName="whyseam.pdf">
            		<ui:include src="/whyseam.xhtml" />
           </m:attachment>
-          <ui:repeat value="#{people}" var="person">
-	           <m:attachment value="#{person.photo}" contentType="image/jpeg" fileName="#{person.firstname}_#{person.lastname}.jpg" />
+          <ui:repeat value="#{people}" var="p">
+	           <m:attachment value="#{p.photo}" contentType="image/jpeg" fileName="#{p.firstname}_#{p.lastname}.jpg" />
           </ui:repeat>
           <m:body>
               <p><h:outputText value="Dear #{person.firstname}" />,</p>




More information about the seam-commits mailing list