You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2007/03/08 02:50:20 UTC

svn commit: r515886 - /ofbiz/trunk/applications/content/webapp/content/WEB-INF/controller.xml

Author: jaz
Date: Wed Mar  7 17:50:19 2007
New Revision: 515886

URL: http://svn.apache.org/viewvc?view=rev&rev=515886
Log:
fixed createContent error view

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

Modified: ofbiz/trunk/applications/content/webapp/content/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/WEB-INF/controller.xml?view=diff&rev=515886&r1=515885&r2=515886
==============================================================================
--- ofbiz/trunk/applications/content/webapp/content/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/applications/content/webapp/content/WEB-INF/controller.xml Wed Mar  7 17:50:19 2007
@@ -797,7 +797,7 @@
         <security auth="true" https="true"/>
         <event invoke="createContent" type="service"/>
         <response name="success" type="view" value="EditContent"/>
-        <response name="error" type="view" value="AddContent"/>
+        <response name="error" type="view" value="EditContent"/>
     </request-map>
     <request-map uri="editContent">
         <security auth="true" https="true"/>