[seam-commits] Seam SVN: r8772 - branches/Seam_2_0_FP/examples/spring/resources/WEB-INF.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Aug 22 04:26:47 EDT 2008


Author: manaRH
Date: 2008-08-22 04:26:47 -0400 (Fri, 22 Aug 2008)
New Revision: 8772

Modified:
   branches/Seam_2_0_FP/examples/spring/resources/WEB-INF/pages.xml
Log:
merge of JBPAPP-1046

Modified: branches/Seam_2_0_FP/examples/spring/resources/WEB-INF/pages.xml
===================================================================
--- branches/Seam_2_0_FP/examples/spring/resources/WEB-INF/pages.xml	2008-08-22 08:06:00 UTC (rev 8771)
+++ branches/Seam_2_0_FP/examples/spring/resources/WEB-INF/pages.xml	2008-08-22 08:26:47 UTC (rev 8772)
@@ -71,7 +71,9 @@
         <description>Book hotel: #{hotel.name}</description>
         
         <navigation from-action="#{hotelBooking.setBookingDetails}">
-            <redirect view-id="/confirm.xhtml"/>
+            <rule if="#{hotelBooking.bookingValid}">
+            	<redirect view-id="/confirm.xhtml"/>
+         	</rule> 
         </navigation>
         
     </page>




More information about the seam-commits mailing list