Re: [Wicket-user] [ajax]Replace Javascript component fails on IE

2007-06-15 Thread Nino Saturnino Martinez Vazquez Wael
Hi Matej Thanks for your answer. It's well apreciated. I'll encorporate this into the gmap contrib and we will probally have a release for 1.2.6 and 1.3 within the commming week:) regards Nino Matej Knopp wrote: Hi, I've fixed this for 1.3. As a workaround for 1.2, this is what you can do:

[Wicket-user] [ajax]Replace Javascript component fails on IE

2007-06-14 Thread Nino Saturnino Martinez Vazquez Wael
Hi Im starting a new thread as my old one has died. You can see it here : http://www.nabble.com/-GMAP-contrib--IE7-Ajax-target-appendJavascript-not-working--t3883506.html But to make a long story short. Problem are when we replace our javascript container via ajax IE doesnt update it or calls

Re: [Wicket-user] [ajax]Replace Javascript component fails on IE

2007-06-14 Thread Nino Saturnino Martinez Vazquez Wael
Forgot to mention this is on 1.2.6 havent tried with 1.3. Nino Saturnino Martinez Vazquez Wael wrote: Hi Im starting a new thread as my old one has died. You can see it here : http://www.nabble.com/-GMAP-contrib--IE7-Ajax-target-appendJavascript-not-working--t3883506.html But to make a long

Re: [Wicket-user] [ajax]Replace Javascript component fails on IE

2007-06-14 Thread Matej Knopp
Hi, I've fixed this for 1.3. As a workaround for 1.2, this is what you can do: Don't update the script tag directly, but enclose it in a div, like this: div wicket:id=script span style=display:noneThis is an invisible tag to prevent buggy IE ignoring the script script