[seam-commits] Seam SVN: r12026 - in branches/community/Seam_2_2/examples: seampay/resources/WEB-INF and 1 other directory.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Feb 9 10:10:22 EST 2010
Author: jharting
Date: 2010-02-09 10:10:22 -0500 (Tue, 09 Feb 2010)
New Revision: 12026
Modified:
branches/community/Seam_2_2/examples/quartz/resources/WEB-INF/pages.xml
branches/community/Seam_2_2/examples/seampay/resources/WEB-INF/pages.xml
Log:
JBSEAM-4533 Quartz and Seampay examples
Modified: branches/community/Seam_2_2/examples/quartz/resources/WEB-INF/pages.xml
===================================================================
--- branches/community/Seam_2_2/examples/quartz/resources/WEB-INF/pages.xml 2010-02-09 14:58:58 UTC (rev 12025)
+++ branches/community/Seam_2_2/examples/quartz/resources/WEB-INF/pages.xml 2010-02-09 15:10:22 UTC (rev 12026)
@@ -5,6 +5,12 @@
<page view-id="/search.xhtml">
<param name="accountId" value="#{accountHome.id}" converterId="javax.faces.Long" />
- </page>
-
+
+ <navigation>
+ <rule if-outcome="persisted">
+ <render/>
+ </rule>
+ </navigation>
+
+ </page>
</pages>
Modified: branches/community/Seam_2_2/examples/seampay/resources/WEB-INF/pages.xml
===================================================================
--- branches/community/Seam_2_2/examples/seampay/resources/WEB-INF/pages.xml 2010-02-09 14:58:58 UTC (rev 12025)
+++ branches/community/Seam_2_2/examples/seampay/resources/WEB-INF/pages.xml 2010-02-09 15:10:22 UTC (rev 12026)
@@ -5,5 +5,10 @@
<page view-id="/search.xhtml">
<param name="accountId" value="#{accountHome.id}" converterId="javax.faces.Long" />
+ <navigation>
+ <rule if-outcome="persisted">
+ <render/>
+ </rule>
+ </navigation>
</page>
</pages>
More information about the seam-commits
mailing list