Re: Ajax Error

2022-05-23 Thread Martin Grigorov
Hi, On Mon, May 23, 2022 at 2:03 PM vahid ghasemi wrote: > Hello, > I have the below error and I don't know this is from where and how I should > fix it. > FunctionsExecuter.processNext: ReferenceError: Main is not defined > You must be doing something like: target.appendJavaScript("Main.doSom

Re: Ajax Error

2022-05-23 Thread Bas Gooren
Hi Vahid, This message is logged when a javascript error occurs while wicket processes Ajax response items: https://github.com/apache/wicket/blob/master/wicket-core/src/main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery.js?source#L113 My guess is that you (or some code you use) is adding

Ajax Error

2022-05-23 Thread vahid ghasemi
Hello, I have the below error and I don't know this is from where and how I should fix it. FunctionsExecuter.processNext: ReferenceError: Main is not defined