Re: upload validation failures are blanking my form values

2004-03-12 Thread Caoilte O'Connor
On Friday 12 March 2004 19:43, you wrote: Greetings, I was browsing through the Struts mail lists and found the thread that you started. I am having the exact same problem. Do you know of a work around or fix for this problem? TIA, Craig user ignorance mate. i filed a bug,

Re: upload validation failures are blanking my form values

2004-03-12 Thread Caoilte O'Connor
On Friday 12 March 2004 20:27, you wrote: Thanks for the reply. Nice to know I'm not alone. I found a suggested work around that involved using JavaScript to alter the HTML form's action attribute by appending the the values you want to remember as parameters. See

Re: upload validation failures are blanking my form values

2003-11-07 Thread Caoilte O'Connor
it. This will be sort of chaining. Regards, MMS -- From: Caoilte O'Connor [SMTP:[EMAIL PROTECTED] Sent: Thursday, November 06, 2003 7:00 PM To: [EMAIL PROTECTED] Subject: Re: upload validation failures

Re: upload validation failures are blanking my form values

2003-11-06 Thread Rajat Pandit
i am waiting for an answer as well. i also had a similar problem Caoilte O'Connor wrote: Hi, I've got a bizarre bug with the struts-upload tools. Struts-upload works when, 1) everything validates correctly. 2) there is a validation error and you do not attempt to upload a file. but it breaks

Re: upload validation failures are blanking my form values

2003-11-06 Thread Susan Bradeen
Maybe this archive thread can help you? http://marc.theaimsgroup.com/?t=10475202833r=1w=2 Susan On 11/06/2003 06:22:05 AM Caoilte O'Connor wrote: Hi, I've got a bizarre bug with the struts-upload tools. Struts-upload works when, 1) everything validates correctly. 2) there is a

Re: upload validation failures are blanking my form values

2003-11-06 Thread Caoilte O'Connor
it's not quite the same problem as that guy is having. I don't mind file fields being blanked, because chances are the validation error is from that particular file being too big. my problem is that every single field in the form is being blanked (ie text ones which describe the file too, not

RE: upload validation failures are blanking my form values

2003-11-06 Thread Greg Hess
Try setting the redirect=true for your error action forward. Not exactly sure of the exact problem but this has solved my problems with error reporting with forms with file uploads. HTH, Greg -Original Message- From: Caoilte O'Connor [mailto:[EMAIL PROTECTED] Sent: Thursday, November

RE: upload validation failures are blanking my form values

2003-11-06 Thread muzammil shahbaz
: Caoilte O'Connor [SMTP:[EMAIL PROTECTED] Sent: Thursday, November 06, 2003 7:00 PM To: [EMAIL PROTECTED] Subject: Re: upload validation failures are blanking my form values it's not quite the same problem as that guy is having