RE: File upload using DynaActionForm/SynaValidatorForm

2006-11-29 Thread Mano Chinthaka Dasanayaka
Users Mailing List Subject: Re: File upload using DynaActionForm/SynaValidatorForm Mano Chinthaka Dasanayaka wrote: > Hi, > > Any way ...this will not work through SSL > > I used this to an APP and worked fine in HTTP > > But failed when HTTPS... > > Can you please ha

Re: File upload using DynaActionForm/SynaValidatorForm

2006-11-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mano, Mano Chinthaka Dasanayaka wrote: > Try Using > type="org.apache.struts.validator.DynaValidatorActionForm"> > > > >type="org.apache.struts.upload.FormFile"/> > > > "org.apache.struts.validator.DynaValidatorActionForm" Are you sur

Re: File upload using DynaActionForm/SynaValidatorForm

2006-11-28 Thread Chris Searle
Mano Chinthaka Dasanayaka wrote: > Hi, > > Any way ...this will not work through SSL > > I used this to an APP and worked fine in HTTP > > But failed when HTTPS... > > Can you please have a look into this too...Thanks. Worked fine for me. We have apache2 sitting serving via SSL and talking A

RE: File upload using DynaActionForm/SynaValidatorForm

2006-11-28 Thread Mano Chinthaka Dasanayaka
, 2006 2:47 PM To: Struts Users Mailing List Subject: Re: File upload using DynaActionForm/SynaValidatorForm Mano Chinthaka Dasanayaka wrote: > Try Using > type="org.apache.struts.validator.DynaValidatorActionForm"> > > > >type=&qu

Re: File upload using DynaActionForm/SynaValidatorForm

2006-11-28 Thread Nuwan Chandrasoma
, 2006 9:16 AM Subject: Re: File upload using DynaActionForm/SynaValidatorForm Mano Chinthaka Dasanayaka wrote: Try Using "org.apache.struts.validator.DynaValidatorActionForm" Ah - now that was it. I will now have to go do some reading on what the differe

Re: File upload using DynaActionForm/SynaValidatorForm

2006-11-28 Thread Chris Searle
Mano Chinthaka Dasanayaka wrote: > Try Using > type="org.apache.struts.validator.DynaValidatorActionForm"> > > > >type="org.apache.struts.upload.FormFile"/> > > > "org.apache.struts.validator.DynaValidatorActionForm" Ah - now that was it. I will now have to go do some reading on wh

RE: File upload using DynaActionForm/SynaValidatorForm

2006-11-28 Thread Mano Chinthaka Dasanayaka
using DynaActionForm/SynaValidatorForm Hi, As per my knowledge Your Libraries are Ok...any way , Have you set the ?? Regards, Mano -Original Message- From: Chris Searle [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 28, 2006 2:15 PM To: user@struts.apache.org Subject: File upload

RE: File upload using DynaActionForm/SynaValidatorForm

2006-11-28 Thread Mano Chinthaka Dasanayaka
Hi, As per my knowledge Your Libraries are Ok...any way , Have you set the ?? Regards, Mano -Original Message- From: Chris Searle [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 28, 2006 2:15 PM To: user@struts.apache.org Subject: File upload using DynaActionForm/SynaValidatorForm

File upload using DynaActionForm/SynaValidatorForm

2006-11-28 Thread Chris Searle
Struts 1.2 I need to try to get file upload to work for an existing struts app. I was reading through the following: http://wiki.apache.org/struts/StrutsFileUpload where it mentions the following for Dyna action forms: So - based on this - I ended up with the following for a DynaValidato