Author: norman.richards(a)jboss.com
Date: 2010-01-08 12:38:02 -0500 (Fri, 08 Jan 2010)
New Revision: 11943
Modified:
branches/community/Seam_2_2/examples/mail/view/attachment.xhtml
Log:
JBSEAM-4441
Modified: branches/community/Seam_2_2/examples/mail/view/attachment.xhtml
===================================================================
--- branches/community/Seam_2_2/examples/mail/view/attachment.xhtml 2010-01-08 17:35:17
UTC (rev 11942)
+++ branches/community/Seam_2_2/examples/mail/view/attachment.xhtml 2010-01-08 17:38:02
UTC (rev 11943)
@@ -12,7 +12,7 @@
<m:attachment fileName="whyseam.pdf">
<ui:include src="/whyseam.xhtml" />
</m:attachment>
- <m:attachment fileName="excel.pdf">
+ <m:attachment fileName="excel.xls">
<ui:include src="/excel.xhtml" />
</m:attachment>
<ui:repeat value="#{people}" var="p">
Show replies by date