You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by le...@apache.org on 2008/08/17 02:08:10 UTC

svn commit: r686579 - /ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/controller.xml

Author: lektran
Date: Sat Aug 16 17:08:10 2008
New Revision: 686579

URL: http://svn.apache.org/viewvc?rev=686579&view=rev
Log:
Shouldn't have removed this one

Modified:
    ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/controller.xml

Modified: ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/controller.xml?rev=686579&r1=686578&r2=686579&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/controller.xml Sat Aug 16 17:08:10 2008
@@ -52,6 +52,7 @@
     <request-map uri="chain">
         <event type="java" path="org.ofbiz.webapp.event.TestEvent" invoke="test"/>
         <response name="success" type="request" value="/view"/>
+        <response name="error" type="view" value="error"/>
     </request-map>
 
     <request-map uri="main"><security https="true" auth="true"/><response name="success" type="view" value="mytasks"/></request-map>