Re: File Upload error making request parameters empty

2015-02-16 Thread Lukasz Lenart
2015-02-17 7:16 GMT+01:00 Arpan : > Moreover here the error message is hard coded in the java file. It may not > be acceptable for many companies. Please register a ticket in JIRA Regards -- Ɓukasz + 48 606 323 122 http://www.lenart.org.pl/ -

Re: File Upload error making request parameters empty

2015-02-16 Thread Arpan
Moreover here the error message is hard coded in the java file. It may not be acceptable for many companies. On Mon, Feb 16, 2015 at 6:34 PM, Lukasz Lenart wrote: > 2015-02-16 13:56 GMT+01:00 Christoph Nenning < > christoph.nenn...@lex-com.net>: > >> > >> Thanks a Lot. Upgrading the struts2 vers

Re: File Upload error making request parameters empty

2015-02-16 Thread Lukasz Lenart
2015-02-16 13:56 GMT+01:00 Christoph Nenning : >> >> Thanks a Lot. Upgrading the struts2 version to 2.3.20 and using the >> alternative libraries, solved the problem. >> But additionally while using the alternate library , I needed to declare >> bellow constant >> >> >> Is it necessary? >> > > > I

Re: File Upload error making request parameters empty

2015-02-16 Thread Christoph Nenning
> > Thanks a Lot. Upgrading the struts2 version to 2.3.20 and using the > alternative libraries, solved the problem. > But additionally while using the alternate library , I needed to declare > bellow constant > > > Is it necessary? > It seems that has been forgotten. So yes, currently it is

Re: File Upload error making request parameters empty

2015-02-15 Thread Arpan
Thanks a Lot. Upgrading the struts2 version to 2.3.20 and using the alternative libraries, solved the problem. But additionally while using the alternate library , I needed to declare bellow constant Is it necessary? On Fri, Jan 9, 2015 at 6:49 PM, Christoph Nenning < christoph.nenn...@lex-com.n

Re: File Upload error making request parameters empty

2015-01-09 Thread Christoph Nenning
> > HI All, > > > > We need to upload files. > > Hence I am using defaultStack Interceptor, which uses file upload > > interceptor. > > If I select a large file to upload and fileupload interceptor displays > > error message on the same page. I have few hidden fields, whose values are > > pre popu

Re: File Upload error making request parameters empty

2015-01-09 Thread Lukasz Lenart
2015-01-09 12:27 GMT+01:00 Arpan : > HI All, > > We need to upload files. > Hence I am using defaultStack Interceptor, which uses file upload > interceptor. > If I select a large file to upload and fileupload interceptor displays > error message on the same page. I have few hidden fields, whose val

Re: File Upload error making request parameters empty

2015-01-09 Thread Christoph Nenning
> HI All, > > We need to upload files. > Hence I am using defaultStack Interceptor, which uses file upload > interceptor. > If I select a large file to upload and fileupload interceptor displays > error message on the same page. I have few hidden fields, whose values are > pre populated. But when