Re: FileUpload problem for files larger than allowed

2008-01-03 Thread Dave Newton
--- saint_john <[EMAIL PROTECTED]> wrote: > yes, i have to do something like prepare(). > But struts behavior is very doubtful in case of validation error - it's I > DECIDE where execution control should flow (i mean INPUT result, SUCCESS or > ERROR or whatever i want), not struts. Then don't use

Re: FileUpload problem for files larger than allowed

2008-01-03 Thread saint_john
you'd do that in addActionError(), though. That's > what > prepare() etc. are for, isn't it? > > d. > > -- View this message in context: http://www.nabble.com/FileUpload-problem-for-files-larger-than-allowed-tp14600740p14602541.html Sent from the

Re: FileUpload problem for files larger than allowed

2008-01-03 Thread Dave Newton
> > d. > > > > > > ------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > -- > View this message in c

Re: FileUpload problem for files larger than allowed

2008-01-03 Thread saint_john
; > d. > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/File

Re: FileUpload problem for files larger than allowed

2008-01-03 Thread Dave Newton
--- saint_john <[EMAIL PROTECTED]> wrote: > Yes, my action's addActionError() was called, but not the execute() method. > It is very sad what I should fill view data inside addActionError() instead > of execute(). execute() isn't called if there's a validation error. I don't know what you're refe

Re: FileUpload problem for files larger than allowed

2008-01-03 Thread saint_john
on control back to my action? Does there >> exist any params to change this behaviour? >> >> Thanks in advance. >> >> >> Environment: >> Struts 2.0.11, commons-fileupload 1.2 >> -- >> View th

Re: FileUpload problem for files larger than allowed

2008-01-03 Thread Dave Newton
;t pass execution control back to my action? Does there > exist any params to change this behaviour? > > Thanks in advance. > > > Environment: > Struts 2.0.11, commons-fileupload 1.2 > -- > View this message in context: > http://www.nabble.com/FileUpload-problem-for-file

FileUpload problem for files larger than allowed

2008-01-03 Thread saint_john
.com/FileUpload-problem-for-files-larger-than-allowed-tp14600740p14600740.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]