You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2011/01/17 06:56:35 UTC

svn commit: r1059757 - /ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/controller.xml

Author: hansbak
Date: Mon Jan 17 05:56:34 2011
New Revision: 1059757

URL: http://svn.apache.org/viewvc?rev=1059757&view=rev
Log:
redirect error in update perfReview

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

Modified: ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/controller.xml?rev=1059757&r1=1059756&r2=1059757&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/controller.xml Mon Jan 17 05:56:34 2011
@@ -149,7 +149,7 @@ under the License.
         <security https="true" auth="true"/>
         <event type="service" invoke="updatePerfReview"/>
         <response name="error" type="view" value="EditPerfReviews"/>
-        <response name="success" type="view" value="EditPerfReview"/>
+        <response name="success" type="request-redirect" value="EditPerfReview"/>
     </request-map>
     <request-map uri="deletePerfReview">
         <security https="true" auth="true"/>