One thing I noticed is that the javascript generated is appended with "^". 
Could it be that IE is not parsing this properly?

excerpt from Wicket Ajax Debug Window


                    for (var i=0; i<formLen; i++) {
                        var elm = formObj.elements[i]^;
                        if (elm.type == "checkbox" && elm.className == 
"parent") {
                            elm.checked = state;
                            return;
                        }
                    }



Thanks,
Wen Tong

--
The only constant in life is change.

----- Original Message ----
From: Beyonder Unknown <[EMAIL PROTECTED]>
To: WICKET USER <users@wicket.apache.org>
Sent: Friday, February 15, 2008 12:00:41 PM
Subject: AjaxFallbackDefaultDataTable not refreshing in IE6


Hi Guys,

The AjaxFallbackDefaultDataTable (with SortableDataProvider) component that I'm 
using is not refreshing in IE6, but works fine with firefox. The Wicket Ajax 
Debugger says:

ERROR: Error while parsing response: Object required
INFO: Invoking post-call handler(s)...
INFO: invoking failure handler(s)...


Have any of you encountered this before?  Any help will be greatly appreciated.

Best,
Wen Tong
 
--
The only constant in life is change.




      
____________________________________________________________________________________
Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






      
____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to