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

2006-05-11 Thread kommineni Anita
Yeah it worked by just using the common_fileupload.jar and also by removing the commons 1.1 from all my other libs in the Websphere Appserver lib ext aswell. Thanks, Anita --- Kyle Wu <[EMAIL PROTECTED]> wrote: > as far as I know, file upload issue just require > commons-fileupload.jar which i

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

2006-05-10 Thread siva sajja
hope you have given your form declaration as kommineni Anita <[EMAIL PROTECTED]> 写道: David, U are right...But If I change that to post I get java.lang.NoClassDefFoundError:org/apache/commons/io/output/DeferredFileOutputStream , though I have the necessary jar's in place. Thanks, /Anita --

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

2006-05-10 Thread Kyle Wu
as far as I know, file upload issue just require commons-fileupload.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

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/DeferredFileOutputStream, > > though I have

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

2006-05-10 Thread Wendy Smoak
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/DeferredFileOutputStream, though I have the necessary jar's in place. If you're using Commons Fileupload 1.1, it requires Co

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

2006-05-10 Thread kommineni Anita
David, U are right...But If I change that to post I get java.lang.NoClassDefFoundError:org/apache/commons/io/output/DeferredFileOutputStream, though I have the necessary jar's in place. Thanks, /Anita --- David Evans <[EMAIL PROTECTED]> wrote: > Just a guess, as i don't use the struts html tags,

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

2006-05-10 Thread David Evans
Just a guess, as i don't use the 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 it declared. > I have that defined in my html as follows

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 > > > > kommineni Anita <[EMAIL P

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

2006-05-10 Thread Kyle Wu
mayby you forgot to set the "enctype" attribute in the "" tag, it should be kommineni Anita <[EMAIL PROTECTED]> Hi, Trying to upload a file using property="primaryFile">. In my Action form I have the property defined as org.apache.struts.upload.FormFile and have appropriate gette

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