Hello!! Answering my own post, after add the parameter as follows, it has resolved my problem, thanks.
<operation id="Context.RunScript">
<param type="string" name="script">
String tmp = Context["actors"];
Context["actor"] = tmp.split(":",2)[1];
</param>
</operation>
---
Mailing list: [email protected]
Forum: http://forum.nuxeo.org/f/1/
