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"/>


Reply via email to