Inclusion of script in wicket:head and AJAX

2011-11-29 Thread Илья Нарыжный
Hello, I have following code in my wicket component: wicket:head script type=text/javascript src=http://www.google.com/jsapi;/script /wicket:head Everything is OK if component is visible from the begining. But if component is enabled by AJAX, I have following in the logs: *INFO: * Initiating

Re: Inclusion of script in wicket:head and AJAX

2011-11-29 Thread Martin Grigorov
https://issues.apache.org/jira/browse/WICKET-4092 On Tue, Nov 29, 2011 at 3:20 PM, Илья Нарыжный phan...@ydn.ru wrote: Hello, I have following code in my wicket component: wicket:head script type=text/javascript src=http://www.google.com/jsapi;/script /wicket:head Everything is OK if

Re: Inclusion of script in wicket:head and AJAX

2011-11-29 Thread Илья Нарыжный
Martin, Thank you, but in Wicket 1.5.3 browser come to some inconsistent state after that. 1) Browser fully redirected to google js page 2) In logs I have: Wicket is not defined Wicket.Log.error(Wicket.FunctionsExecuter.processNext: + e); Thanks, Ilia 2011/11/29 Martin Grigorov

Re: Inclusion of script in wicket:head and AJAX

2011-11-29 Thread Martin Grigorov
Ticket + quickstart. We load .js resources from CDN in our app and there are no problems. 2011/11/29 Илья Нарыжный phan...@ydn.ru: Martin, Thank you, but in Wicket 1.5.3 browser come to some inconsistent state after that. 1) Browser fully redirected to google js page 2) In logs I have:

Re: Inclusion of script in wicket:head and AJAX

2011-11-29 Thread Илья Нарыжный
Issue with redirect it seems to be some particular issue with: http://code.google.com/apis/loader/ Espessialy with google.load function. That seems to be solved by forming URL in following way: