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]
