[seam-commits] Seam SVN: r13944 - branches/community/Seam_2_2/examples/jee5/booking/resources/WEB-INF.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Dec 14 08:05:05 EST 2010
Author: manaRH
Date: 2010-12-14 08:05:04 -0500 (Tue, 14 Dec 2010)
New Revision: 13944
Modified:
branches/community/Seam_2_2/examples/jee5/booking/resources/WEB-INF/pages.xml
Log:
JBSEAM-4535 - jboss as 6 has got JSF2 and this requires implicit navigation rule
Modified: branches/community/Seam_2_2/examples/jee5/booking/resources/WEB-INF/pages.xml
===================================================================
--- branches/community/Seam_2_2/examples/jee5/booking/resources/WEB-INF/pages.xml 2010-12-13 21:51:07 UTC (rev 13943)
+++ branches/community/Seam_2_2/examples/jee5/booking/resources/WEB-INF/pages.xml 2010-12-14 13:05:04 UTC (rev 13944)
@@ -25,6 +25,9 @@
<rule if-outcome="true">
<redirect view-id="/main.xhtml"/>
</rule>
+ <rule if-outcome="false">
+ <render view-id="/home.xhtml"/>
+ </rule>
</navigation>
<navigation>
More information about the seam-commits
mailing list