[seam-commits] Seam SVN: r12039 - branches/community/Seam_2_2/examples/ui/resources/WEB-INF.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Feb 11 10:06:24 EST 2010


Author: mgencur at redhat.com
Date: 2010-02-11 10:06:24 -0500 (Thu, 11 Feb 2010)
New Revision: 12039

Modified:
   branches/community/Seam_2_2/examples/ui/resources/WEB-INF/pages.xml
Log:
fixed implicit navigation for the example

Modified: branches/community/Seam_2_2/examples/ui/resources/WEB-INF/pages.xml
===================================================================
--- branches/community/Seam_2_2/examples/ui/resources/WEB-INF/pages.xml	2010-02-11 13:28:14 UTC (rev 12038)
+++ branches/community/Seam_2_2/examples/ui/resources/WEB-INF/pages.xml	2010-02-11 15:06:24 UTC (rev 12039)
@@ -11,6 +11,11 @@
 	<page view-id="/selectItems.xhtml">
 		<begin-conversation join="true"/>
 		<param name="personId" converterId="javax.faces.Integer" value="#{personHome.id}" />
+	 	<navigation from-action="#{personHome.update}">        
+            <rule if-outcome="updated">
+       			<render/>         
+            </rule>        
+        </navigation>
 	</page>
 	
 	<page view-id="/formattedText.xhtml">
@@ -20,6 +25,11 @@
 	<page view-id="/fileUpload.xhtml">
 		<begin-conversation join="true"/>
 		<param name="personId" converterId="javax.faces.Integer" value="#{personHome.id}" />
+		<navigation from-action="#{personHome.update}">        
+            <rule if-outcome="updated">
+                <render/>
+            </rule>        
+        </navigation>
 	</page>
 	
 	<page view-id="/graphicImage.xhtml">



More information about the seam-commits mailing list