Re: wicket 1.5 AbstractDefaultAjaxBehavior bad url

2011-05-01 Thread msj121
SOLVED: After some debugging I noticed the following: In the constructor the url generated is: ./wicket/page?54-0.IBehaviorListener.0 In onBeforeRender and onAfterRender the url is ./wicket/page?54-1.IBehaviorListener.0 I was pretty much getting the url as a string and passing it to WiQuery (ie

Re: wicket 1.5 AbstractDefaultAjaxBehavior bad url

2011-05-01 Thread Martin Grigorov
If you can create a quickstart that reproduces the problem then please attach it to a ticket in Jira. On Fri, Apr 29, 2011 at 10:52 PM, msj121 wrote: > I have noticed calling getCallbackUrl() on an AbstractDefaultAjaxBehavior > results in a url sometimes in: > > ./wicket/page?0-1.IBehaviorListene