re: File upload using tag fails..java.lang.IllegalArgumentException:

2006-05-11 Thread kommineni Anita
d.jar which is already included in > the struts-blank demo, why don't you just do as > what is demostrated in the file upload demo? > > just a guess... > > kommineni Anita <[EMAIL PROTECTED]> �� David, > U are right...But If I change that to pos

Re: reXXXXXX File upload using tag fails..java.lang.IllegalArgumentException:

2006-05-10 Thread kommineni Anita
Yes I do have both... --- Wendy Smoak <[EMAIL PROTECTED]> wrote: > On 5/10/06, kommineni Anita <[EMAIL PROTECTED]> > wrote: > > David, > > U are right...But If I change that to post I get > > > java.lang.NoClassDefFoundError:org/apache/commons/io/output

Re: reXXXXXX File upload using tag fails..java.lang.IllegalArgumentException:

2006-05-10 Thread kommineni Anita
he struts html tags, > but shouldn't that > method=get be method="post"? you can't "get" a multi > part form. > > dave > > On Wed, 2006-05-10 at 11:59 -0700, kommineni Anita > wrote: > > Kyle, > > Thanks for the reply. But I ahve

Re: re�� File upload using tag fails..java.lang.IllegalArgumentException:

2006-05-10 Thread kommineni Anita
Kyle, Thanks for the reply. But I ahve it declared. I have that defined in my html as follows Appreciate any further insights.. > --- Kyle Wu <[EMAIL PROTECTED]> wrote: > mayby you forgot to set the "enctype" attribute in > the "" tag, it should be >

File upload using tag fails..java.lang.IllegalArgumentException:

2006-05-10 Thread kommineni Anita
Hi, Trying to upload a file using . In my Action form I have the property defined as org.apache.struts.upload.FormFile and have appropriate getter and setter. It gives me this exception E SRVE0026E: [Servlet Error]-[BeanUtils.populate]: java.lang.IllegalArgumentException: Cannot invoke com.stryk