Re: GMap2 or Wicket Ajax issue?

2008-10-07 Thread Serkan Camurcuoglu
Do you get this error in firefox? Can you try with IE? This looks like a problem I usually have with wicket ajax functionality in gecko based browsers.. Doug Leeper wrote: I am trying to get the latest GMap2 in wicketstuff to work with Wicket 1.3.4 (can't upgrade to 1.4 just yet) As the

Re: GMap2 or Wicket Ajax issue?

2008-10-07 Thread Doug Leeper
this message in context: http://www.nabble.com/GMap2-or-Wicket-Ajax-issue--tp19859974p19860544.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: GMap2 or Wicket Ajax issue?

2008-10-07 Thread Serkan Camurcuoglu
well that's beyond me.. what I was talking about was an error similar to http://issues.apache.org/jira/browse/WICKET-1426 which causes http 404 errors in gecko browsers and I have to patch wicket-ajax.js to workaround it.. but your error seems to be more subtle, maybe you should send this

Re: GMap2 or Wicket Ajax issue?

2008-10-07 Thread Doug Leeper
It could be related. One way to find out... I will apply the suggested patch and see what happens. Which patch should I try? There appears to be two suggestions. Thanks - Doug -- View this message in context: http://www.nabble.com/GMap2-or-Wicket-Ajax-issue--tp19859974p19861512.html Sent

Re: GMap2 or Wicket Ajax issue?

2008-10-07 Thread Serkan Camurcuoglu
I apply my patch, to change this code on line 824 if (Wicket.Browser.isGecko()) { to if (Wicket.Browser.isGecko() url.match(^http://;) == null) { works for me, which ensures that the url is not an absolute url.. Doug Leeper wrote: It could be related. One way to find out... I will

Re: GMap2 or Wicket Ajax issue?

2008-10-07 Thread Doug Leeper
-or-Wicket-Ajax-issue--tp19859974p19862570.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]