You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2006/04/29 22:01:23 UTC

svn commit: r398231 - /myfaces/tomahawk/trunk/examples/simple/src/main/webapp/WEB-INF/examples-config.xml

Author: dennisbyrne
Date: Sat Apr 29 13:01:22 2006
New Revision: 398231

URL: http://svn.apache.org/viewcvs?rev=398231&view=rev
Log:
removed nav rule for non-existant JSP

Modified:
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/WEB-INF/examples-config.xml

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/WEB-INF/examples-config.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/WEB-INF/examples-config.xml?rev=398231&r1=398230&r2=398231&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/WEB-INF/examples-config.xml (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/WEB-INF/examples-config.xml Sat Apr 29 13:01:22 2006
@@ -440,11 +440,6 @@
         </navigation-case>
 
         <navigation-case>
-            <from-outcome>go_htmlEditor</from-outcome>
-            <to-view-id>/htmlEditor.jsp</to-view-id>
-        </navigation-case>
-
-        <navigation-case>
             <from-outcome>go_dataList</from-outcome>
             <to-view-id>/dataList.jsp</to-view-id>
         </navigation-case>