Hi, I verified that no errors show up in the debug console window. Its as if the AJAX calls are getting swallowed up. All I am getting in the debug window is focus events.
I don't see any errors in the server log file either. I upgraded to Wicket 1.4.5 and still see the issue that I've seen as far back as Version 1.4.1. J.D. -----Original Message----- From: Ilja Pavkovic [mailto:[email protected]] Sent: Saturday, December 19, 2009 5:48 AM To: [email protected] Cc: Corbin, James Subject: Re: File Upload Issues Hi, did you check the output of the wicket debug window? Perhaps any error line shows up? Best Regards, Ilja Pavkovic Am Freitag, 18. Dezember 2009 21:13:11 schrieb Corbin, James: > Doug, > > I retested on IE6, IE7, FF3 and IE6 is the only browser that the issue > shows up in. IE7 and FF3.x seem to work just fine. > > In IE6 I have an "Add New" button that adds a row to a model in a > listview and then via ajax updates the listviews container which in this > case is a WebMarkupContainer (yes, setOutputMarkupId(true), is specified > for all updatable components in the hierarchy - and we remove all > elements prior to issuing the target.addComponent(...)). > > If the file upload component is present on the page, clicking the "Add > New" button's onUpdate() gets called just fine, but the expected refresh > behavior from the target.addComponent(...) has no effect. > > If I remove the upload component from the page, then the ajax begins > functioning normally. I believe we saw this issue in 1.4.1 as well and > had to patch our local version of the library. I will get more details > on the patch we made, but were hoping this was fixed in 1.4.4. I > believe we put in a JIRA issue around this problem. I'll try and get > those details as well. > > J.D. > > -----Original Message----- > From: Corbin, James [mailto:[email protected]] > Sent: Friday, December 18, 2009 12:47 PM > To: [email protected] > Subject: RE: File Upload Issues > > Ajax has stopped working. If I remove the file upload component, the > ajax begins working as expected. > > Is there a workaround or a pending fix? > > Thanks, > J.D. > > -----Original Message----- > From: Douglas Ferguson [mailto:[email protected]] > Sent: Friday, December 18, 2009 12:03 PM > To: [email protected] > Subject: Re: File Upload Issues > > There is a bug in 1.4.4. related to resource loading. > > Are you sure AJAX has stopped or is it just taking A REALLY LONG TIME? > > This is the reason they are trying to get 1.4.5 out quickly. > > D/ > > On Dec 18, 2009, at 10:15 AM, Corbin, James wrote: > > Hello, > > > > > > > > I'm having issues in IE6 relating to the the File Upload Control after > > upgrading to Wicket 1.4.4. > > > > > > > > If I attempt to put a file upload component onto a form that contains > > other components that do ajax, everything stops working in regards to > > ajax. > > > > > > > > Now I understand that the file upload component does NOT support ajax. > > Does it follow that putting a file upload component on a form that > > does > > > ajax is not supported? > > > > > > > > J.D. > > --------------------------------------------------------------------- > 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] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- binaere bauten gmbh · tempelhofer ufer 1a · 10961 berlin +49 · 171 · 9342 465 Handelsregister: HRB 115854 - Amtsgericht Charlottenburg Geschäftsführer: Dipl.-Inform. Ilja Pavkovic, Dipl.-Inform. Jost Becker --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
