Re: Validator with property String array problem

2003-08-26 Thread Nicholas L Mohler
yahoo.com> cc: Subject: Re: Validator with property String array prob

Re: Validator with property String array problem

2003-08-26 Thread David Graham
arrays ? > > Thanks and regards > > Suhel > > - Original Message - > From: "David Graham" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > Sent: Friday, August 22, 2003 2:41 PM > Subject: Re: Validator w

Re: Validator with property String array problem

2003-08-26 Thread java-dude
Hi David, Thanks for the info but still not made progress and wonder if you can help or point me in the right direction for implementation guidance. I tried downloading latest nightly build of commons-validator (commons-validator-20030826.zip)as you suggested and deployed it into my applica

Re: Validator with property String array problem

2003-08-26 Thread Suhel Rizvi Hotmail Account
-validator for validating propety String arrays ? Thanks and regards Suhel - Original Message - From: "David Graham" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, August 22, 2003 2:41 PM Subject: Re: Validator wi

Re: Validator with property String array problem

2003-08-22 Thread David Graham
Commons Validator was recently modified to allow the required validation in Struts to run on String[] or Collection objects. You can download the latest Validator nightly build to try it out. David --- java-dude <[EMAIL PROTECTED]> wrote: > Hi, > > I am having problems using Validator framewor

Validator with property String array problem

2003-08-21 Thread java-dude
Hi, I am having problems using Validator framework to perform client side validation on a String array property declared in a DynaValidatorForm. The results are that the validation does seem to work in a fashion such that the user is not taken to the next page and is kept on current jsp whil