Yep, that was a very ugly IE+dojo+multipart-http-request king of bug. The actual problem is that the response xml decides to play hide & seek with IE, transforms all its content into a 'simple' text node, and gets stored somewhere inside the first iframe it finds :)
Anyway, get the latest from http://tacos.sourceforge.net/nightly/ and give it a try. >From Jesse Kuhnert <[EMAIL PROTECTED]>: > I saw some recent bugfix changes by andreas...Anyone tried making this work > from the latest code? > > On 3/14/06, Jeremy Kassis <[EMAIL PROTECTED]> wrote: > > > > > > Hi Denis, > > > > Any luck with this? I too am struggling with the Upload within an > > AjaxForm. > > Symptoms similar to what you described. Would be great to hear if you > > actually got it working or not. > > > > All the best, > > Jeremy > > > > > > > > > -----Original Message----- > > > From: Denis Souza [mailto:[EMAIL PROTECTED] > > > Sent: Monday, February 20, 2006 8:36 AM > > > To: 'Tapestry users' > > > Subject: RE: Tacos @AjaxForm and @Upload > > > > > > I read that demo's source code and it seems that the page that does all > > > the > > > work doesn't use AjaxForm or AjaxSubmit. It uses a regular form and a > > > regular submit and some javascript to make it talk to the ProgressBar. > > > There's also an AjaxDirectLink used to cancel the upload, but that's > > > outside > > > the form so unfortunately I can't use it in my case. > > > > > > > > > -----Original Message----- > > > From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] > > > Sent: sexta-feira, 17 de fevereiro de 2006 17:05 > > > To: Tapestry users > > > Subject: Re: Tacos @AjaxForm and @Upload > > > > > > It sounds like a bug in tacos to me, but I have been theoretically > > > successful in using the Upload component with AjaxForm, as show here: > > > > > > http://tacos.mine.nu/tacos- > > > demo4/app?page=forms%2FUploadProgressBar&service= > > > page > > > > > > (still some issues with the progress indicator...but it works) > > > > > > On 2/17/06, Denis Souza <[EMAIL PROTECTED]> wrote: > > > > > > > > Hi, > > > > > > > > > > > > > > > > Has anyone here had success in using Tapestry's @Upload component > > > inside > > > > a > > > > @tacos:AjaxForm? My AjaxForm works perfectly up to the point in which > > I > > > > add > > > > the @Upload component. Then it just starts acting crazy. Whenever I > > > click > > > > on > > > > one of several AjaxSubmit buttons I have in my page it opens a blank > > > page > > > > containing one word: "undefined". This happens in Firefox as well as > > IE. > > > > Could this be a bug in the Tacos implementation? When I use Tapestry's > > > > regular form and submit components everything works fine. Any ideas? > > > > > > > > > > > > > > > > Thanks, > > > > > > > > Denis > > > > > > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > 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]
