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

RE: File upload using DynaActionForm/SynaValidatorForm

2006-11-28 Thread Mano Chinthaka Dasanayaka
Try Using "org.apache.struts.validator.DynaValidatorActionForm" Regards, Mano -Original Message- From: Mano Chinthaka Dasanayaka [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 28, 2006 2:32 PM To: 'Struts Users Mailing List' Subject: RE: File upload

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 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 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 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 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-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