Re: Wicket Ajax Debug Errors - how to debug?

2013-03-16 Thread Sven Meier
Seems like this is caused by WICKET-4959. Please file a Jira issue. Sven On 03/15/2013 09:56 PM, Marios Skounakis wrote: Hi all, I am using a modal window as a substitute for messageboxes. E.g. I have a few forms with an ajax submit button, and I am using the modal window to first display a

AbstractAjaxBehavior back button problem

2013-03-16 Thread armandoxxx
Hey I have a tiny little problem with ajax behaviors and back button. I have a component (jQuery date picker that makes an ajax call to wicket with selected date as parameter) which has an ajax behavior and renders it's callbackUrl to head ! taken from components code: If I select dates with

Re: AbstractAjaxBehavior back button problem [SOLVED]

2013-03-16 Thread armandoxxx
Ok .. here is the solution ! When rendering Ajax callbackUrls you have to be careful that everytime component is rendered you call behavior.getCallbackUrl() and set the new value to javascript output ! Since I render urls in head tag ... with renderHead() method this is my working example

Gmap3 Geocoding shows Status 610

2013-03-16 Thread Vishal Popat
Hi, I am using GMap3 from here: https://github.com/wicketstuff/core/tree/master/jdk-1.6-parent/gmap3-parent/gmap3. My Geocoding has recently stopped working and is showing Status 610. Google searching shows that this is all related to GMap2 being deprecated etc (There maybe other reasons why