Re: DynaValidatorActionForm File Upload

2005-12-14 Thread Daniel Kies
Ok, thanks. I never used that property before and I overlooked it. Thanks for your help. On 12/14/05, Dave Newton <[EMAIL PROTECTED]> wrote: > > Daniel Kies wrote: > > >Here it is: > > > > > > > Should be a multipart form, no? > > Dave > > > >

Re: DynaValidatorActionForm File Upload

2005-12-14 Thread Dave Newton
Daniel Kies wrote: Here it is: Should be a multipart form, no? Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: DynaValidatorActionForm File Upload

2005-12-14 Thread Daniel Kies
Here it is: File:

Re: DynaValidatorActionForm File Upload

2005-12-14 Thread Dave Newton
Daniel Kies wrote: Hello. I am using DynaValidatorActionForm and I want to use File upload to upload a local file to my struts action class. Is this possible? Sure; I use FormFiles with DynaValidatorActionForms often. and jsp code: What does the html:f

DynaValidatorActionForm File Upload

2005-12-14 Thread Daniel Kies
Hello. I am using DynaValidatorActionForm and I want to use File upload to upload a local file to my struts action class. Is this possible? Everything I have seen uses hardcoded forms. Here is my dynavalidatoraction form: and jsp code: