Marshall Shi created SHINDIG-1857:
-------------------------------------

             Summary: Container runAction needs errback
                 Key: SHINDIG-1857
                 URL: https://issues.apache.org/jira/browse/SHINDIG-1857
             Project: Shindig
          Issue Type: Improvement
          Components: Javascript 
    Affects Versions: 2.5.0-beta3
            Reporter: Marshall Shi
             Fix For: 2.5.0-beta3


When using container actions runAction API, an error callback is needed to 
notify caller that runAction failed so the appropriate error message can show 
up.

cc.actions.runAction(actionId, {type: "type", dataObject: obj});

to:
cc.actions.runAction(actionId, {type: "type", dataObject: obj, callback: cbFn});

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to