Re: Struts 2 file upload size validation

2008-05-09 Thread Rubbinio
n context: http://www.nabble.com/Struts-2-file-upload-size-validation-tp17112411p17146914.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Struts 2 file upload size validation

2008-05-08 Thread Rubbinio
values) are populated. Everything is empty. >> >> The question is why is this happening and how can we have the form values >> populated in the action so that we can display the page correctly ? > > What interceptor stack are you using? Does everything work as expected > if the file size does not exceed the size you specify? > > L. > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Struts-2-file-upload-size-validation-tp17112411p17125070.html Sent from the Struts - User mailing list archive at Nabble.com.

Re: Struts 2 file upload size validation

2008-05-07 Thread Laurie Harper
, May 07, 2008 3:24 PM Subject: Struts 2 file upload size validation Hi, we are trying to use file upload in Struts 2 and run into the following problem. We have a form with multiple fields among which one is a file input field. The user must complete the form and then select a file to uploa

Re: Struts 2 file upload size validation

2008-05-07 Thread Laurie Harper
Rubbinio wrote: Hi, we are trying to use file upload in Struts 2 and run into the following problem. We have a form with multiple fields among which one is a file input field. The user must complete the form and then select a file to upload. If the file size is larger than what we specify in th

Re: Struts 2 file upload size validation

2008-05-07 Thread Martin
look at http://www.docjar.com/docs/api/javax/servlet/ServletRequest.html#getParameterMap HTH M - Original Message - From: "Rubbinio" <[EMAIL PROTECTED]> To: Sent: Wednesday, May 07, 2008 3:24 PM Subject: Struts 2 file upload size validation Hi, we are trying to us

Struts 2 file upload size validation

2008-05-07 Thread Rubbinio
this message in context: http://www.nabble.com/Struts-2-file-upload-size-validation-tp17112411p17112411.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For