Hi all,
I have a component that contributes some javascript to the header. Initially
the component won't be shown but an ajax event could make it visible. The
problem is that the javascript is contributed later, during the ajax
response, and there is a security concern with firefox: "permission denied
to call method XMLHttpRequest.open". This is because I'm trying to include
an external script (simply <script src="http://....">) that would normally
be included with no complaints when the page is initially loaded. I don't
know how to override this default behavior. I guess the code that controls
this head rendering logic for visible/hidden components is that of
HtmlHeaderContainer. Any ideas?
Thank you in advance.
Cheers,
Carlos