[CMA-5] ActionService does not return value from Actions executed Created: 04/Apr/08 Updated: 14/May/08 Resolved: 07/Apr/08 |
|
| Status: | Closed |
| Project: | Remote Alfresco API rivet |
| Component/s: | CMA Alfresco, CMA API, CMA Impl |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | vjalilov | Assignee: | sumer |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
Custom Action: protected void executeImpl(Action action, NodeRef actionedUponNodeRef) { for (String e:action.getParameterValues().keySet()) { System.out.print(e); System.out.print(" = "); System.out.println(action.getParameterValue(e)); } action.setParameterValue(PARAM_RESULT, "result Here"); } The above code returns "result Here", which, from inside Alfresco can be queried. But, CMA does not pass the result through to the client application. |
| Comments |
| Comment by hlim [ 04/Apr/08 ] |
|
can u investigate this issue? |
| Comment by schalasani [ 07/Apr/08 ] |
| updated in version 1.1.1 |