Credit card validator

2008-08-21 Thread Gundersen, Richard
Sorry if I'm missing something obvious, but can someone tell me if there's a credit card validator in Struts 2? There's one in Struts 1, and in Struts 2 I found creditCard.js, which uses the Luhn algorithm, but I cant figure out a) how to use it or b) if there is a corresponding

Re: Credit card validator

2008-08-21 Thread Dave Newton
--- On Thu, 8/21/08, Gundersen, Richard wrote: > can someone tell me if there's a credit card validator in Struts 2? Not that I know of; the creditCard.js you're referring to is part of Dojo. Dave - To unsubs

RE: Credit card validator

2008-08-21 Thread Gundersen, Richard
unt Street Manchester M2 3LS -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Thursday, August 21, 2008 3:17 PM To: Struts Users Mailing List Subject: Re: Credit card validator --- On Thu, 8/21/08, Gundersen, Richard wrote: > can someone tell me if there's a credit

Re: Credit card validator

2008-08-27 Thread David N. Arnold
Don't know if it helps you, but Hibernate Validator has a credit card validator. It will work with JPA providers other than just Hibernate. On Thu, Aug 21, 2008 at 10:39 AM, Gundersen, Richard <[EMAIL PROTECTED]> wrote: > Cheers Dave > > I'll dig around and see if

RE: Credit card validator

2008-08-27 Thread Gundersen, Richard
Sent: Wednesday, August 27, 2008 3:47 PM To: Struts Users Mailing List Subject: Re: Credit card validator Don't know if it helps you, but Hibernate Validator has a credit card validator. It will work with JPA providers other than just Hibernate. On Thu, Aug 21, 2008 at 10:39 AM, Gundersen, Richa