Re: how to fix this error in wicket app

2013-01-16 Thread Thijs
Have you ever fixed this problem? We are seeing the same issues with our application. Thijs On 28-11-2012 0:03, saty wrote: continued from above... /wicket:panel/div div class=imxt-a imxt-nowrap0/div div class=imxt-a imxt-nowrap0.2001/div div class=imxt-a imxt-nowrap/div

Re: how to fix this error in wicket app

2013-01-16 Thread Thijs Vonk
That's great! Thanks On 16/1/13 17:25, saty wrote: Yes, this has been fixed in wicket 6.4.0 See below for more on this fix. http://apache-wicket.1842946.n4.nabble.com/understanding-ajax-response-td4654310.html#a4654715 -- View this message in context:

Re: how to fix this error in wicket app

2012-11-27 Thread saty
As I play with this to find a solution, I notice few interesting things, that I am hoping someone would be able to decipher into root cause if this issue and a fix. I have a data grid on my page with several filters drop downs and each of them are basically making the grid to refresh (with

Re: how to fix this error in wicket app

2012-11-26 Thread saty
My problem has become worse now, earlier i only had issues selecting all rows on grid but now anything that refreshes the data table grid is giving me error. Any help would be appreciated. I dont have too many Ajax calls in the grid, i am not sure what causes the recursion that it is complaining.

Re: how to fix this error in wicket app

2012-11-19 Thread Martin Grigorov
Hi, Do you have idea how many target.appendJS/prependJS calls do you have for this Ajax request ? The error says that you have a lot of those in the ajax-response. If you look closely at

how to fix this error in wicket app

2012-11-16 Thread saty
[12:52:52.119] Wicket.Ajax: FunctionsExecuter.processNext: [Exception... Component returned failure code: 0x80004002 (NS_NOINTERFACE) [nsIObserverService.addObserver] nsresult: 0x80004002 (NS_NOINTERFACE) location: JS frame :: resource:///components/ConsoleAPI.js :: CA_init :: line 57 data: no]

Re: how to fix this error in wicket app

2012-11-16 Thread Timo Schmidt
On Fri 16.11.2012 10:51, saty wrote: I have this additional info on wicket debug panel. [ ... ] ERROR: FunctionsExecuter.processNext: InternalError: too much recursion ERROR: FunctionsExecuter.processNext: [Exception... Component returned failure code: 0x80004002 (NS_NOINTERFACE)