Re: AjaxSubmitLink does nothing in IE

2007-09-10 Thread Matej Knopp
Hi, there are some problems with your AjaxCallDecorator. You replace the button conponent, so this.onclick_ doesn't really point anywhere in onsuccess handler. Also there is a typo. I suggest using something like this: protected IAjaxCallDecorator getAjaxCallDecorator() {

Re: AjaxSubmitLink does nothing in IE

2007-09-10 Thread Anthony J Webster
The quickstart (http://www.transcendenz.co.uk/quickstart.zip) that I built works fine in IE so that's not it. However I noticed the following in the Ajax Debug window : There seem to be 2 references to component id=feedback8 . INFO: Invoking pre-call handler(s)... INFO: Received ajax respon

Re: AjaxSubmitLink does nothing in IE

2007-09-07 Thread Igor Vaynberg
On 9/7/07, Anthony J Webster <[EMAIL PROTECTED]> wrote: > > That works fine. Thanks > However I've just noticed that this AjaxSubmitLink doesn't do anything in > IE > whereas in Firefox it works. > I check the Ajax debug window and the server *is* contacted and everything > however after recieving

Re: AjaxSubmitLink does nothing in IE

2007-09-07 Thread Matej Knopp
Could be related to markup, or parsing the response. Jira issue and quickstart would help here. -Matej On 9/7/07, Anthony J Webster <[EMAIL PROTECTED]> wrote: > That works fine. Thanks > However I've just noticed that this AjaxSubmitLink doesn't do anything in IE > whereas in Firefox it works. >

AjaxSubmitLink does nothing in IE

2007-09-07 Thread Anthony J Webster
That works fine. Thanks However I've just noticed that this AjaxSubmitLink doesn't do anything in IE whereas in Firefox it works. I check the Ajax debug window and the server *is* contacted and everything however after recieving the response I get an "ERROR: Error while parsing response: Unknow