Author: jleroux
Date: Thu Dec 4 13:47:48 2008
New Revision: 723456
URL:
http://svn.apache.org/viewvc?rev=723456&view=revLog:
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>