Re: Help for File Upload error

2014-10-31 Thread Arpan
All, >This issue may be because of same name class being loaded in > two different ways by two different loaders on the same name. Make sure > you don't include any extra jars. > > with regards > Manoj Kumar Sharma > > > > > > Re: Help for File Upload error &g

Re: Help for File Upload error

2014-10-30 Thread Manoj . Sharma
Hi All, This issue may be because of same name class being loaded in two different ways by two different loaders on the same name. Make sure you don't include any extra jars. with regards Manoj Kumar Sharma Re: Help for File Upload error Lukasz Lenart to: Struts Users Ma

Re: Help for File Upload error

2014-10-30 Thread Lukasz Lenart
Too many commons-fileupload.jar ? 2014-10-31 7:18 GMT+01:00 Arpan : > HI All, > > I am getting a linkagge error while doing file upload operation. I am using > fileupload interceptor. Can anyone please tell me how to get rid of that > error. > > Thanks > Arpan > > java.lang.LinkageError: loader co

RE: help for file upload

2006-02-08 Thread George.Dinwiddie
Debendra Barik > Now the matter is how do i store uploaded file into company > bean logo filed and send it to the database by calling > nsertCompany(Company company) method. And again how do i > retrive it and store in the CompanyAction form logo field to > show in the GUI. Anybody can suggest