You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2005/08/02 02:47:50 UTC

svn commit: r226919 - /struts/shale/trunk/use-cases/src/web/WEB-INF/faces-config.xml

Author: wsmoak
Date: Mon Aug  1 17:47:41 2005
New Revision: 226919

URL: http://svn.apache.org/viewcvs?rev=226919&view=rev
Log:
Apply the patch for Bugzilla #35789. Rolodex use case now initializes its state after a tab change.

Submitted By: Gary VanMatre (gvanmatre AT comcast.net)

Modified:
    struts/shale/trunk/use-cases/src/web/WEB-INF/faces-config.xml

Modified: struts/shale/trunk/use-cases/src/web/WEB-INF/faces-config.xml
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/use-cases/src/web/WEB-INF/faces-config.xml?rev=226919&r1=226918&r2=226919&view=diff
==============================================================================
--- struts/shale/trunk/use-cases/src/web/WEB-INF/faces-config.xml (original)
+++ struts/shale/trunk/use-cases/src/web/WEB-INF/faces-config.xml Mon Aug  1 17:47:41 2005
@@ -196,6 +196,11 @@
       <from-outcome>rolodex$test</from-outcome>
       <to-view-id>/rolodex/rolodex.jsp</to-view-id>
     </navigation-case>  
+    <navigation-case>
+      <from-action>#{rolodex.changeTab}</from-action>
+      <from-outcome>rolodex$test</from-outcome>
+      <to-view-id>/rolodex/rolodex.jsp</to-view-id>
+    </navigation-case>
 
     <!-- HTML View -->
     <navigation-case>
@@ -219,6 +224,11 @@
     </navigation-case>
     <navigation-case>
       <from-action>#{rolodex$hrolodex.newContact}</from-action>
+      <from-outcome>rolodex$test</from-outcome>
+      <to-view-id>/rolodex/hrolodex.html</to-view-id>
+    </navigation-case>
+    <navigation-case>
+      <from-action>#{rolodex$hrolodex.changeTab}</from-action>
       <from-outcome>rolodex$test</from-outcome>
       <to-view-id>/rolodex/hrolodex.html</to-view-id>
     </navigation-case>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org