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
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
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
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:
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
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
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 <
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
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
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
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
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
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
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
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
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 @
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
>
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
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
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.
>
> -
.
--
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
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-
--
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-
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
-
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
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
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
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
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
>
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
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
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
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).
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
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
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
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
; --
> 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
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
; --
> 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
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:
>
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
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
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
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
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
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
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
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
-
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
@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
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
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
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:
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
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"
>>
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
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
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
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
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?
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
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
63 matches
Mail list logo