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
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
IMPORTANT NOTICE:

This mailing list is shutting down. Please subscribe to the Apache Wicket user 
list. Send a message to: "users-subscribe at wicket.apache.org" and follow the 
instructions.
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to