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: 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 laurentiu.tr...@finalfolder.biz wrote: Hello, I have a problem with an AjaxCheckBox which should

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 igor.vaynb...@gmail.comwrote: most likely you have a problem with