HTML5 widget trigger OpenAjax Invalid auth token. error
Hi,
I've been trying to build an html5 captivate widget following this documentation: http://help.adobe.com/en_US/captivate/cp/using/WSc1b83f70210cd101-39b1e31d11d86d8de77-8000.html#WS16484b78be4e1542-af1917b1379c6df159-7fff
I need help to figure out why I get this exception when I trigger an unload of my slide containing the widget.
I've looked at http://www.openajax.org/whitepapers/Ajax%20and%20Mashup%20Security.php but this does not help me so far.
I'm running my test from my localhost. I don't understand where that OpenAjax code get triggered in the first place (since its a setTimeout that trigger the whole thing I can't see who even invoke it from the stack trace).
The other parts of the widget are working fine.
EDITED:
cp.Widget.prototype.doOpenAjaxLoading is the method that trigger the issue (CPWidgetManager.js) I get the onSecurityAlert but the exception remained unclear.
In order -> I get cp.Widget.prototype.reset that invoke this.widget.onUnLoad(); and then OpenAjax.hub.IframeContainer trigger a security alert...