You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2008/12/04 22:47:48 UTC

svn commit: r723456 - in /ofbiz/branches/release4.0/framework/webtools/webapp/webtools: WEB-INF/actions/service/availableservices.bsh service/availableservices.ftl

Author: jleroux
Date: Thu Dec  4 13:47:48 2008
New Revision: 723456

URL: http://svn.apache.org/viewvc?rev=723456&view=rev
Log:
Revert the result-to-result part from r591941

Modified:
    ofbiz/branches/release4.0/framework/webtools/webapp/webtools/WEB-INF/actions/service/availableservices.bsh
    ofbiz/branches/release4.0/framework/webtools/webapp/webtools/service/availableservices.ftl

Modified: ofbiz/branches/release4.0/framework/webtools/webapp/webtools/WEB-INF/actions/service/availableservices.bsh
URL: http://svn.apache.org/viewvc/ofbiz/branches/release4.0/framework/webtools/webapp/webtools/WEB-INF/actions/service/availableservices.bsh?rev=723456&r1=723455&r2=723456&view=diff
==============================================================================
--- ofbiz/branches/release4.0/framework/webtools/webapp/webtools/WEB-INF/actions/service/availableservices.bsh (original)
+++ ofbiz/branches/release4.0/framework/webtools/webapp/webtools/WEB-INF/actions/service/availableservices.bsh Thu Dec  4 13:47:48 2008
@@ -143,15 +143,6 @@
                     }
                     resultToContext.setAccessible(false);
 
-                    //resultToResult
-                    resultToResult = actionClass.getDeclaredField("resultToResult");
-                    resultToResult.setAccessible(true);
-                    resultToResultVal = resultToResult.get(curAction);
-                    if(resultToResultVal != null){
-                        actionMap.put("resultToResult", resultToResultVal+"");
-                    }
-                    resultToResult.setAccessible(false);
-
                     //serviceMode
                     serviceMode = actionClass.getDeclaredField("serviceMode");
                     serviceMode.setAccessible(true);

Modified: ofbiz/branches/release4.0/framework/webtools/webapp/webtools/service/availableservices.ftl
URL: http://svn.apache.org/viewvc/ofbiz/branches/release4.0/framework/webtools/webapp/webtools/service/availableservices.ftl?rev=723456&r1=723455&r2=723456&view=diff
==============================================================================
--- ofbiz/branches/release4.0/framework/webtools/webapp/webtools/service/availableservices.ftl (original)
+++ ofbiz/branches/release4.0/framework/webtools/webapp/webtools/service/availableservices.ftl Thu Dec  4 13:47:48 2008
@@ -176,7 +176,6 @@
                       </tr>
                       <tr>
                         <td><b>${uiLabelMap.WebtoolsSecasResultToContext}:</b> ${action.resultToContext?default(uiLabelMap.CommonNA)}</td>
-                        <td><b>${uiLabelMap.WebtoolsSecasResultToResult}:</b> ${action.resultToResult?default(uiLabelMap.CommonNA)}</td>
                       </tr>
                       <tr>
                         <td><b>${uiLabelMap.WebtoolsSecasServiceMode}:</b> ${action.serviceMode?default(uiLabelMap.CommonNA)}</td>