[seam-commits] Seam SVN: r7963 - branches/Seam_1_2_1_AP/examples/itext/view.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Apr 17 05:34:07 EDT 2008
Author: manaRH
Date: 2008-04-17 05:34:06 -0400 (Thu, 17 Apr 2008)
New Revision: 7963
Modified:
branches/Seam_1_2_1_AP/examples/itext/view/anchor.xhtml
branches/Seam_1_2_1_AP/examples/itext/view/images.xhtml
branches/Seam_1_2_1_AP/examples/itext/view/lists.xhtml
branches/Seam_1_2_1_AP/examples/itext/view/pages.xhtml
Log:
JBPAPP-738 work around
Modified: branches/Seam_1_2_1_AP/examples/itext/view/anchor.xhtml
===================================================================
--- branches/Seam_1_2_1_AP/examples/itext/view/anchor.xhtml 2008-04-17 05:10:32 UTC (rev 7962)
+++ branches/Seam_1_2_1_AP/examples/itext/view/anchor.xhtml 2008-04-17 09:34:06 UTC (rev 7963)
@@ -1,6 +1,9 @@
-<p:document xmlns:ui="http://java.sun.com/jsf/facelets"
+<p:document xmlns:f="http://java.sun.com/jsf/core"
+ xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:p="http://jboss.com/products/seam/pdf">
+ <f:view contentType="text/html"/>
+
<p:image alignment="right" resource="/jboss.jpg" />
<p:font size="24"><p:paragraph>Ten Good Reasons To Use Seam</p:paragraph></p:font>
Modified: branches/Seam_1_2_1_AP/examples/itext/view/images.xhtml
===================================================================
--- branches/Seam_1_2_1_AP/examples/itext/view/images.xhtml 2008-04-17 05:10:32 UTC (rev 7962)
+++ branches/Seam_1_2_1_AP/examples/itext/view/images.xhtml 2008-04-17 09:34:06 UTC (rev 7963)
@@ -1,4 +1,8 @@
-<p:document xmlns:p="http://jboss.com/products/seam/pdf">
+<p:document xmlns:f="http://java.sun.com/jsf/core"
+ xmlns:p="http://jboss.com/products/seam/pdf">
+
+ <f:view contentType="text/html"/>
+
<p:image alignment="right" wrap="true" resource="/jboss.jpg" />
<p:font size="24"><p:paragraph spacingAfter="50">Dynamic Image</p:paragraph></p:font>
Modified: branches/Seam_1_2_1_AP/examples/itext/view/lists.xhtml
===================================================================
--- branches/Seam_1_2_1_AP/examples/itext/view/lists.xhtml 2008-04-17 05:10:32 UTC (rev 7962)
+++ branches/Seam_1_2_1_AP/examples/itext/view/lists.xhtml 2008-04-17 09:34:06 UTC (rev 7963)
@@ -1,6 +1,9 @@
-<p:document xmlns:ui="http://java.sun.com/jsf/facelets"
+<p:document xmlns:f="http://java.sun.com/jsf/core"
+ xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:s="http://jboss.com/products/seam/taglib"
xmlns:p="http://jboss.com/products/seam/pdf">
+
+ <f:view contentType="text/html"/>
<p:image alignment="right" wrap="true" resource="/jboss.jpg" />
<p:font size="24"><p:paragraph spacingAfter="50">List examples</p:paragraph></p:font>
Modified: branches/Seam_1_2_1_AP/examples/itext/view/pages.xhtml
===================================================================
--- branches/Seam_1_2_1_AP/examples/itext/view/pages.xhtml 2008-04-17 05:10:32 UTC (rev 7962)
+++ branches/Seam_1_2_1_AP/examples/itext/view/pages.xhtml 2008-04-17 09:34:06 UTC (rev 7963)
@@ -1,7 +1,10 @@
-<p:document xmlns:ui="http://java.sun.com/jsf/facelets"
+<p:document xmlns:f="http://java.sun.com/jsf/core"
+ xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:s="http://jboss.com/products/seam/taglib"
xmlns:p="http://jboss.com/products/seam/pdf">
-
+
+ <f:view contentType="text/html"/>
+
<ui:repeat value="#{lists.numbers}" var="number">
<p:newPage />
<p:image alignment="right" resource="/jboss.jpg" />
More information about the seam-commits
mailing list