Re: validator integer required

2004-04-02 Thread Adam Hardy
u validate the Mapping name. with the former you validate the form name? HTH, Joe -Original Message- From: Paul Barry [mailto:[EMAIL PROTECTED] Sent: Thursday, April 01, 2004 5:38 PM To: [EMAIL PROTECTED] Subject: validator integer required I have an ActionForm with an int property called i

Re: validator integer required

2004-04-02 Thread Paul Barry
oe -Original Message- From: Paul Barry [mailto:[EMAIL PROTECTED] Sent: Thursday, April 01, 2004 5:38 PM To: [EMAIL PROTECTED] Subject: validator integer required I have an ActionForm with an int property called id. If I use the validator \"required\" validation, it always p

Re: validator integer required

2004-04-01 Thread Adam Hardy
the former you validate the form name? HTH, Joe -Original Message- From: Paul Barry [mailto:[EMAIL PROTECTED] Sent: Thursday, April 01, 2004 5:38 PM To: [EMAIL PROTECTED] Subject: validator integer required I have an ActionForm with an int property called id. If I use the valida

Re: validator integer required

2004-04-01 Thread Paul Barry
m: Paul Barry [mailto:[EMAIL PROTECTED] Sent: Thursday, April 01, 2004 5:38 PM To: [EMAIL PROTECTED] Subject: validator integer required I have an ActionForm with an int property called id. If I use the validator \"required\" validation, it always passes the validation, even if t

RE: validator integer required

2004-04-01 Thread Joe Hertz
Form? With the letter, you validate the Mapping name. with the former you validate the form name? HTH, Joe > -Original Message- > From: Paul Barry [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 01, 2004 5:38 PM > To: [EMAIL PROTECTED] > Subject: validator integer req

validator integer required

2004-04-01 Thread Paul Barry
I have an ActionForm with an int property called id. If I use the validator "required" validation, it always passes the validation, even if there is no request parameter called id. Is this is correct behavior, or am I doing something wrong?