I'm still building the code to the simplest possible, so that its easy to debug. I'll attached ones i got it working. Is it okay, to cut and paste the code in the comment? Thanks, Wen Tong
-- The only constant in life is change. ----- Original Message ---- From: Igor Vaynberg <[EMAIL PROTECTED]> To: [email protected] Sent: Friday, February 15, 2008 1:36:11 PM Subject: Re: AjaxFallbackDefaultDataTable not refreshing in IE6 where is the quickstart? -igor On Fri, Feb 15, 2008 at 1:30 PM, Beyonder Unknown <[EMAIL PROTECTED]> wrote: > > Will do. ( https://issues.apache.org/jira/browse/WICKET-1349 ) > > > Thanks, > Wen Tong > > -- > The only constant in life is change. > > ----- Original Message ---- > > From: Igor Vaynberg <[EMAIL PROTECTED]> > To: [email protected] > > Sent: Friday, February 15, 2008 1:15:52 PM > Subject: Re: AjaxFallbackDefaultDataTable not refreshing in IE6 > > > please enter a bug report along with a quickstart > > -igor > > > > > On Fri, Feb 15, 2008 at 1:12 PM, Beyonder Unknown <[EMAIL PROTECTED]> wrote: > > Hi Igor, > > > > Its wicket 1.3.1. > > > > Thanks, > > Allan > > > > > > -- > > The only constant in life is change. > > > > ----- Original Message ---- > > > > > > From: Igor Vaynberg <[EMAIL PROTECTED]> > > To: [email protected] > > Sent: Friday, February 15, 2008 12:40:53 PM > > Subject: Re: AjaxFallbackDefaultDataTable not refreshing in IE6 > > > > what wicket version is doing that? > > > > -igor > > > > > > On Fri, Feb 15, 2008 at 12:16 PM, Beyonder Unknown <[EMAIL PROTECTED]> > wrote: > > > > > > 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 <[email protected]> > > > 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] > > > > > > > > > > --------------------------------------------------------------------- > > 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] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > ____________________________________________________________________________________ > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ____________________________________________________________________________________ Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
