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]