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

Re: AJAX error on chrome with latest 8.4 release

2019-04-18 Thread Ernesto Reinaldo Barreiro
Hi, Just to follow up. This was neither a wicket error nor a chrome problem but some weird combination of non rolled back transaction + some transaction controlling filter on top of of wicket filter (that was somehow truncating response). On Tue, Apr 16, 2019 at 6:36 PM Maxim Solodovnik wrote:

Re: AJAX error on chrome with latest 8.4 release

2019-04-18 Thread Ernesto Reinaldo Barreiro
And thanks again for feedback and comments! On Thu, Apr 18, 2019 at 10:24 AM Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > Hi, > > Just to follow up. This was neither a wicket error nor a chrome problem > but some weird combination of non rolled back transaction + some > transaction co

Re: AJAX error on chrome with latest 8.4 release

2019-04-16 Thread Maxim Solodovnik
Maybe non-minimized stacktrace can gave some more info? On Tue, 16 Apr 2019 at 22:35, Ernesto Reinaldo Barreiro wrote: > > Hi, > > Bumping jQuery version to 3.4.0 provides same results (no minimized). > > On Tue, Apr 16, 2019 at 5:28 PM Maxim Solodovnik > wrote: > > > non minified jquery and/or

Re: AJAX error on chrome with latest 8.4 release

2019-04-16 Thread Ernesto Reinaldo Barreiro
Hi, Bumping jQuery version to 3.4.0 provides same results (no minimized). On Tue, Apr 16, 2019 at 5:28 PM Maxim Solodovnik wrote: > non minified jquery and/or wicket.mode=DEVELOPMENT > May be it will shed some light on this issue ... > > On Tue, 16 Apr 2019 at 20:59, Ernesto Reinaldo Barreiro <

Re: AJAX error on chrome with latest 8.4 release

2019-04-16 Thread Ernesto Reinaldo Barreiro
Wicket is on development mode already. I'm serving "my own" minified version of jquery. I will play with that next and try to "reorder my code" to see if I can spot what is different. On Tue, Apr 16, 2019 at 5:28 PM Maxim Solodovnik wrote: > non minified jquery and/or wicket.mode=DEVELOPMENT > M

Re: AJAX error on chrome with latest 8.4 release

2019-04-16 Thread Maxim Solodovnik
non minified jquery and/or wicket.mode=DEVELOPMENT May be it will shed some light on this issue ... On Tue, 16 Apr 2019 at 20:59, Ernesto Reinaldo Barreiro wrote: > Hi, > > On Tue, Apr 16, 2019 at 4:36 PM Maxim Solodovnik > wrote: > > > Is it reproducible with non-minified (i.e. DEVELOPMENT) ve

Re: AJAX error on chrome with latest 8.4 release

2019-04-16 Thread Ernesto Reinaldo Barreiro
Hi, On Tue, Apr 16, 2019 at 4:36 PM Maxim Solodovnik wrote: > Is it reproducible with non-minified (i.e. DEVELOPMENT) version? > Do you mean jquery non minified jQuery? -- Regards - Ernesto Reinaldo Barreiro

Re: AJAX error on chrome with latest 8.4 release

2019-04-16 Thread Maxim Solodovnik
Is it reproducible with non-minified (i.e. DEVELOPMENT) version? On Tue, 16 Apr 2019 at 20:34, Ernesto Reinaldo Barreiro wrote: > Hi Maxim, > > Thanks for feedback. > > wicket-jquery-ui based Wizard works for me as expected (just have tested > > Chrome latest at Ubuntu 18.10) > > > > We are usin

Re: AJAX error on chrome with latest 8.4 release

2019-04-16 Thread Ernesto Reinaldo Barreiro
Hi Maxim, Thanks for feedback. wicket-jquery-ui based Wizard works for me as expected (just have tested > Chrome latest at Ubuntu 18.10) > We are using or own home grown implementation of a wizard on top of a custom wrapper around bootstrap modal (I was the person creating those components, so I

Re: AJAX error on chrome with latest 8.4 release

2019-04-16 Thread Maxim Solodovnik
Hello Ernesto, wicket-jquery-ui based Wizard works for me as expected (just have tested Chrome latest at Ubuntu 18.10) On Tue, 16 Apr 2019 at 18:33, Ernesto Reinaldo Barreiro wrote: > Hi, > > I'm experiencing following error > > POST > > http://10.211.55.6:8080/kms2/advanced-search?1-2.0-body-w

Re: AJAX error on chrome with latest 8.4 release

2019-04-16 Thread Ernesto Reinaldo Barreiro
Hi Martin, Many thanks for your answer. > > https://stackoverflow.com/questions/22608564/neterr-incomplete-chunked-encoding-in-chrome-only > suggests > that it might be a local problem. Some people said that disabling the > antivirus software helped them, others had no disk space, ... > > Yes I

Re: AJAX error on chrome with latest 8.4 release

2019-04-16 Thread Martin Grigorov
Hi Ernesto, No, it is not known. https://stackoverflow.com/questions/22608564/neterr-incomplete-chunked-encoding-in-chrome-only suggests that it might be a local problem. Some people said that disabling the antivirus software helped them, others had no disk space, ... If you are able to reproduc

AJAX error on chrome with latest 8.4 release

2019-04-16 Thread Ernesto Reinaldo Barreiro
Hi, I'm experiencing following error POST http://10.211.55.6:8080/kms2/advanced-search?1-2.0-body-wizardModal-modal-form-footer-volatileButtons-3-button net::ERR_INCOMPLETE_CHUNKED_ENCODING 200 send @ jquery-3.2.1.min-ver-1555412805000.js:4 ajax @ jquery-3.2.1.min-ver-1555412805000.js:4 doAjax @

Re: Ajax Error When using File Upload

2017-01-25 Thread David Beer
Hi Martin Thanks for confirming have managed to enable the correct security settings all is working again. Thanks David On 25 January 2017 at 21:17, Martin Grigorov wrote: > Hi David, > > I think it is Spring Security. > Check that the value of X-Frame-Options response header is SAMEORIGIN >

Re: Ajax Error When using File Upload

2017-01-25 Thread Martin Grigorov
Hi David, I think it is Spring Security. Check that the value of X-Frame-Options response header is SAMEORIGIN For more info see https://peteris.rocks/blog/exotic-http-headers/#x-frame-options Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Wed, Jan 25, 2017 at

Ajax Error When using File Upload

2017-01-25 Thread David Beer
Hi All I have panel which contains a form for uploading a file using BootstrapFileInput. When I upload the file all is correctly uploaded but I receive this error in Ajax Debug console. *ERROR: * Cannot read Ajax response for multipart form submit: SecurityError: Blocked a frame with origin " htt

Re: CSRF Protection and Ajax : Error 403 - Token missing

2016-01-30 Thread Martin Grigorov
t; > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/CSRF-Protection-and-Ajax-Error-403-Token-missing-tp4673474p4673478.html > Sent from the Users forum mailing list archive at Nabble.com. > > -

Re: CSRF Protection and Ajax : Error 403 - Token missing

2016-01-30 Thread alybubu
. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/CSRF-Protection-and-Ajax-Error-403-Token-missing-tp4673474p4673478.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: CSRF Protection and Ajax : Error 403 - Token missing

2016-01-29 Thread Martin Grigorov
uest? > Thx. > > PS : it's not possible to upgrade wicket :( > PS2 : Sorry for my bad english > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/CSRF-Protection-

CSRF Protection and Ajax : Error 403 - Token missing

2016-01-29 Thread alybubu
-- View this message in context: http://apache-wicket.1842946.n4.nabble.com/CSRF-Protection-and-Ajax-Error-403-Token-missing-tp4673474.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-

Re: How to set Javascript error handler for Wicket Ajax error

2012-10-31 Thread Istvan Jozsa
I'm using Wicket-1.5. Figured out that an AjaxCallDecorator with failure handler almost solves my problem. What parameters are passed to failure handler of an Ajax call decorator ? (to be able to figure out type of failure) stefan -

Re: How to set Javascript error handler for Wicket Ajax error

2012-10-30 Thread Martin Grigorov
Hi, Do you need this only during development ? In Wicket 6 the Debug Window link in the bottom right corner becomes red and flashes few times so it should notify you that there is an error. Otherwise you can override (monkey-patch) Wicket.Log.error() to do whatever you need. On Tue, Oct 30, 2012

Re: Ajax Error in MSIE 8

2012-05-14 Thread Richard W. Adams
x27;d like to know. Thanks for the help & insight. (Slinks away with red face...) From: "Richard W. Adams" To: users@wicket.apache.org Date: 05/11/2012 11:46 AM Subject:Re: Ajax Error in MSIE 8 I just found a key difference between the IE8 & IE9 behaviors

Re: Ajax Error in MSIE 8

2012-05-11 Thread Martin Grigorov
est. Before that it was an ActiveX object. > > > From:   Martin Grigorov > To:     users@wicket.apache.org > Date:   05/11/2012 09:56 AM > Subject:        Re: Ajax Error in MSIE 8 > > > > I'm not sure why this fails for you. And why it fails only from time to > time. &g

Re: Ajax Error in MSIE 8

2012-05-11 Thread Richard W. Adams
ser security settings. Do you know if any special settings are required to make IE8 work correctly? From: Martin Grigorov To: users@wicket.apache.org Date: 05/11/2012 09:56 AM Subject:Re: Ajax Error in MSIE 8 I'm not sure why this fails for you. And why it fails only from time

Re: Ajax Error in MSIE 8

2012-05-11 Thread Martin Grigorov
more, but don't know where to look, as the Ajax processing > is asynchronous & we can't simply step through the code execution. > > > > > > > From:Martin Grigorov > To:users@wicket.apache.org > Date:05/11/2012 07:26 AM >

Re: Ajax Error in MSIE 8

2012-05-11 Thread Richard W. Adams
more, but don't know where to look, as the Ajax processing is asynchronous & we can't simply step through the code execution. From: Martin Grigorov To: users@wicket.apache.org Date: 05/11/2012 07:26 AM Subject:Re: Ajax Error in MSIE 8 Don't see anythin

Re: Ajax Error in MSIE 8

2012-05-11 Thread Martin Grigorov
gt; W. I. E. Gates > > > > > From:   Martin Grigorov > To:     users@wicket.apache.org > Date:   05/11/2012 02:26 AM > Subject:        Re: Ajax Error in MSIE 8 > > > > Hi, > > Which version of Wicket ? > In what conditions this happen ? I.e. do you click on

Re: Ajax Error in MSIE 8

2012-05-11 Thread Richard W. Adams
ossing a stream with an average depth of six inches." W. I. E. Gates From: Martin Grigorov To: users@wicket.apache.org Date: 05/11/2012 02:26 AM Subject: Re: Ajax Error in MSIE 8 Hi, Which version of Wicket ? In what conditions this happen ? I.e. do you click on a link or

Re: Ajax Error in MSIE 8

2012-05-11 Thread Martin Grigorov
Hi, Which version of Wicket ? In what conditions this happen ? I.e. do you click on a link or do you submit a form or ... On Thu, May 10, 2012 at 11:33 PM, Richard W. Adams wrote: > I'm getting Ajax errors that seems to occur only in Internet Explorer 8 > (same code works fine in IE9 & Firefox).

Re: AJAX Error in parsing: XML Parsing Error: not well-formed @L

2012-01-24 Thread Martin Grigorov
Hi, Yes, looks like a bug. Please create a ticket + a quickstart. On Tue, Jan 24, 2012 at 8:56 PM, Alec Swan wrote: > Can anybody comment on this? Is this a bug? > > Thanks, > > Alec > > On Sun, Jan 22, 2012 at 11:50 AM, Alec Swan wrote: >> The following workaround works but violates encapsulat

Re: AJAX Error in parsing: XML Parsing Error: not well-formed @L

2012-01-24 Thread Alec Swan
Can anybody comment on this? Is this a bug? Thanks, Alec On Sun, Jan 22, 2012 at 11:50 AM, Alec Swan wrote: > The following workaround works but violates encapsulation. Why doesn't > AjaxRequestTarget.AjaxHeaderResponse class escape special XML > characters? > > public void renderHead(IHeaderRe

Re: AJAX Error in parsing: XML Parsing Error: not well-formed @L

2012-01-22 Thread Alec Swan
The following workaround works but violates encapsulation. Why doesn't AjaxRequestTarget.AjaxHeaderResponse class escape special XML characters? public void renderHead(IHeaderResponse response) { String scriptToRender = "if (1 == 1 && true) alert('Hello!')"; if (scriptToRender != n

AJAX Error in parsing: XML Parsing Error: not well-formed @L

2012-01-21 Thread Alec Swan
Hello, I am using Wicket 1.4.17 and have a panel which implements IHeaderContributor as follows: public void renderHead(IHeaderResponse response) { response.renderString("if (1 == 1 && true) alert('Hello!')"); } When the panel is updated as a part of AJAX request (by adding to ART) the followi

Re: page expire / ajax error

2011-10-18 Thread Igor Vaynberg
; -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/page-expire-ajax-error-tp3915594p3915594.html > Sent from the Users forum mailing list archive at Nabble.com. > > - > To unsubscribe, e

Re: page expire / ajax error

2011-10-18 Thread Jonathan Locke
xpire-ajax-error-tp3915594p3917439.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: page expire / ajax error

2011-10-18 Thread manuelbarzi
; -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/page-expire-ajax-error-tp3915594p3915594.html > Sent from the Users forum mailing list archive at Nabble.com. > > - > To unsubscribe

Re: page expire / ajax error

2011-10-18 Thread Martin Grigorov
gt; wicket 1.5). I've tried this over and over and it's not a fluke. Anyone have > any idea what's going on? My best guess is that somehow Tomcat is > misconfigured (I'm starting it embedded)? But how might that be? > > -- > View this message in context: >

page expire / ajax error

2011-10-18 Thread Jonathan Locke
mehow Tomcat is misconfigured (I'm starting it embedded)? But how might that be? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/page-expire-ajax-error-tp3915594p3915594.html Sent from the Users forum mailing list a

Re: AJAX error on IE8 & Win 7

2010-08-31 Thread Clint Checketts
I'm currently wrestling with a similar sounding bug with AjaxChoiceComponentUpdatingBehaviors and Radio boxes and IE7. I'll try to get it simplified down to a quickstart. -Clint On Tue, Aug 31, 2010 at 10:42 AM, Igor Vaynberg wrote: > most likely you have a problem with your markup, eg a div in

Re: AJAX error on IE8 & Win 7

2010-08-31 Thread Igor Vaynberg
most likely you have a problem with your markup, eg a div inside a span or something like that. thats all i can say without seeing the code. -igor On Tue, Aug 31, 2010 at 5:28 AM, Laurentiu Trica wrote: > Hello, > > I have a problem with an AjaxCheckBox which should update a panel in IE8 & > Win

AJAX error on IE8 & Win 7

2010-08-31 Thread Laurentiu Trica
Hello, I have a problem with an AjaxCheckBox which should update a panel in IE8 & Win 7 I get the following error in the Ajax Debug Window: ERROR: Wicket.Ajax.Call.failure: Error while parsing response: Object required Can you please help me with this? -- Laurentiu Trica Software Developer

RE: Strange AJAX error

2008-04-22 Thread Michael Mehrle
s make a lot of sense as I think about it. Well, perhaps this tip helps some poor soul sometime in the future... Michael -Original Message- From: Maurice Marrink [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 22, 2008 12:31 PM To: users@wicket.apache.org Subject: Re: Strange AJAX err

Re: Strange AJAX error

2008-04-22 Thread Maurice Marrink
ould appreciate any > pointers. > > Michael > > > > -Original Message- > From: Johan Compagner [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 22, 2008 11:17 AM > To: users@wicket.apache.org > Subject: Re: Strange AJAX error > > attach a test case

RE: Strange AJAX error

2008-04-22 Thread Michael Mehrle
Actually, no that is not causing it - I removed the WMCs and the AJAX problem persisted... Michael -Original Message- From: Michael Mehrle [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 22, 2008 11:47 AM To: users@wicket.apache.org Subject: RE: Strange AJAX error Actually, I do have a

RE: Strange AJAX error

2008-04-22 Thread Michael Mehrle
arget > target) { > >} >}); > > ANY HELP would be appreciated. I've been stuck on this for several days > now, and getting pretty frustrated. > > Thanks in advance... > > Michael > > -Original Messa

RE: Strange AJAX error

2008-04-22 Thread Michael Mehrle
- From: Johan Compagner [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 22, 2008 11:17 AM To: users@wicket.apache.org Subject: Re: Strange AJAX error attach a test case to a jira issue It is a bit weird error because as far as ia see window.parent is again a window and that should have a setTimeuu

Re: Strange AJAX error

2008-04-22 Thread Johan Compagner
@Override >public void onCancel(AjaxRequestTarget > target) { > >} >}); > > ANY HELP would be appreciated. I've been stuck on this for several days > now, and getting pretty frustrat

RE: Strange AJAX error

2008-04-22 Thread Michael Mehrle
ANY HELP would be appreciated. I've been stuck on this for several days now, and getting pretty frustrated. Thanks in advance... Michael -Original Message- From: Maurice Marrink [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 22, 2008 12:05 AM To: users@wicket.apache.org Subject: Re: S

Re: Strange AJAX error

2008-04-22 Thread Maurice Marrink
t; that's because of the modal and I don't have Photoshop on this system. > > Michael > > > > -Original Message- > From: Michael Mehrle [mailto:[EMAIL PROTECTED] > Sent: Monday, April 21, 2008 4:38 PM > To: users@wicket.apache.org > Subject: St

RE: Strange AJAX error

2008-04-21 Thread Michael Mehrle
lto:[EMAIL PROTECTED] Sent: Monday, April 21, 2008 4:38 PM To: users@wicket.apache.org Subject: Strange AJAX error This is in the context of my prior postings. When submitting my form which is part of a modal it just freezes up and I get the following error message in the AJAX debug window:

Strange AJAX error

2008-04-21 Thread Michael Mehrle
This is in the context of my prior postings. When submitting my form which is part of a modal it just freezes up and I get the following error message in the AJAX debug window: ERROR: Exception evaluating javascript: TypeError: window.parent.setTimeout is not a function Anyone any idea what

Re: ajax error handling on server side exception

2008-04-11 Thread ywtsang
ind of serverside error to go to the error page so we > changed it > > -igor > > On Thu, Apr 10, 2008 at 8:20 PM, ywtsang <[EMAIL PROTECTED]> wrote: >> >> i can sucecssfuly use "getFailureScript" to act against the >> "client-side" >>

Re: ajax error handling on server side exception

2008-04-10 Thread Igor Vaynberg
ainst the "client-side" > ajax error, i.e the server is down and ajax request is sent with failure > > can we have similar facility for "server-side" exception upon ajax request? > > e.g. for now, if the server throw exception during "onevent" of an a

ajax error handling on server side exception

2008-04-10 Thread ywtsang
i can sucecssfuly use "getFailureScript" to act against the "client-side" ajax error, i.e the server is down and ajax request is sent with failure can we have similar facility for "server-side" exception upon ajax request? e.g. for now, if the server throw excepti

Ajax error with AjaxFormSubmitBehavior

2007-09-27 Thread Joel Hill
I'm trying to use AjaxFormSubmitBehavior, and in the ajax debug I'm getting: ERROR: Received Ajax response with code: 404 Anyone know what this means? Nothing in the logs indicates a problem, but maybe I'm not using AjaxFormSubmitBehavior properly. I'm trying to wicketify a javascript-based cal

Re: Ajax error in Safari / Konqueror

2007-09-11 Thread Rüdiger Schulz
Little update on the issue: I just tried with latest snapshot, and the error was gone. Nice :) 2007/9/10, Rüdiger Schulz <[EMAIL PROTECTED]>: > > Hello Wicketeers, > > Using Wicket 1.3-beta3, one of my Ajax calls is not working in Safari and > Konqueror (works in Opera, MSIE, FF). > The Ajax-debug

Re: Ajax error in Safari / Konqueror

2007-09-11 Thread Matej Knopp
If you can submit a snapshot that demonstrates ajax failure in beta 3, please do. -Matej On 9/10/07, Nathan Hamblen <[EMAIL PROTECTED]> wrote: > Rüdiger Schulz wrote: > > How can I find out more, or what more information would be needed to root > > this down? Maybe this is related to WICKET-938?

Re: Ajax error in Safari / Konqueror

2007-09-10 Thread Nathan Hamblen
Rüdiger Schulz wrote: How can I find out more, or what more information would be needed to root this down? Maybe this is related to WICKET-938? Probably. It's all too easy to see Safari fail in beta3; I've had to drop back to beta2. I was planning to capture some markup examples over the week

Ajax error in Safari / Konqueror

2007-09-10 Thread Rüdiger Schulz
Hello Wicketeers, Using Wicket 1.3-beta3, one of my Ajax calls is not working in Safari and Konqueror (works in Opera, MSIE, FF). The Ajax-debug log is saying after receiving the response: "ERROR: Error while parsing the response: Undefined value". There is no error on the server console. How can