AW: unique field validation

2005-05-05 Thread Leon Rosenberg
Sorry, but what exactly you mean by "unique" validation? > -Ursprüngliche Nachricht- > Von: Nathan Coast [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 5. Mai 2005 13:58 > An: Struts Users Mailing List > Betreff: Re: unique field validation > > than

AW: unique field validation

2005-05-05 Thread Leon Rosenberg
Sorry, but what exactly you mean by "unique" validation? > -Ursprüngliche Nachricht- > Von: Nathan Coast [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 5. Mai 2005 13:58 > An: Struts Users Mailing List > Betreff: Re: unique field validation > > than

Re: unique field validation

2005-05-05 Thread Nathan Coast
user Betreff: unique field validation Hi, Is there a standard way to handle validations that can only occur server-side? e.g. unique fields. I'm guessing you don't have to include the unique validation in any of your validation configuration. Is it simply a case of overriding the vali

Re: unique field validation

2005-05-05 Thread Leon Rosenberg
cht- > Von: Nathan Coast [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 5. Mai 2005 10:43 > An: struts-user > Betreff: unique field validation > > Hi, > > Is there a standard way to handle validations that can only > occur server-side? e.g. unique fields. >

Re: unique field validation

2005-05-05 Thread Leon Rosenberg
cht- > Von: Nathan Coast [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 5. Mai 2005 10:43 > An: struts-user > Betreff: unique field validation > > Hi, > > Is there a standard way to handle validations that can only > occur server-side? e.g. unique fields. >

unique field validation

2005-05-05 Thread Nathan Coast
Hi, Is there a standard way to handle validations that can only occur server-side? e.g. unique fields. I'm guessing you don't have to include the unique validation in any of your validation configuration. Is it simply a case of overriding the validate method in my action form? public ActionErr