Re: adding UploadProgressListener to a struts2 upload

2010-01-17 Thread Stephen Ince
Jorge, Thx for the suggestion. I will definitely use this for other pages. I am basically doing file uploads and want to use the dojo status bar, so that I can maintain the same look and feel in my application. Steve On Sun, Jan 17, 2010 at 2:37 PM, Jorge Sousa wrote: > Hi, > > Have you tried

Re: adding UploadProgressListener to a struts2 upload

2010-01-17 Thread Jorge Sousa
Hi, Have you tried the Execute and Wait interceptor? http://struts.apache.org/2.0.14/docs/execute-and-wait-interceptor.html I propose you this solution, assuming that you want to accomplish the "progress meter effect". Cheers, Jorge On 17-01-2010 18:57, Stephen Ince wrote: Hi, I would

adding UploadProgressListener to a struts2 upload

2010-01-17 Thread Stephen Ince
Hi, I would like to add a UploadProgressListener to a struts file upload. I tried setting the struts.multipart.parser property but I can't seem to override the setting. I also tried downloading the "Advance File upload plugin" but no download link. So I basically have 3 questions. 1) Is it poss