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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

lektran
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>