I wasn't chewing you out, just clarifying :-).
David
From: Eddie Bush <[EMAIL PROTECTED]>
Reply-To: "Struts Developers List" <[EMAIL PROTECTED]>
To: Struts Developers List <[EMAIL PROTECTED]>
Subject: Re: RequestProcessor and processValidate
Date: Tue,
100% valid.
From: Eddie Bush <[EMAIL PROTECTED]>
Subject: Re: RequestProcessor and processValidate
Eric Beaumier wrote:
Hi guys,
I have a question regarding the order of using Commons-Validator in
Struts 1.1. Actually Struts feed the FORM before doing validation
on this one. Because the
You need to call a
business method to determine if the credit card number is actually valid.
David
From: Eddie Bush <[EMAIL PROTECTED]>
Reply-To: "Struts Developers List" <[EMAIL PROTECTED]>
To: Struts Developers List <[EMAIL PROTECTED]>
Subject: Re: RequestProcess
Eric Beaumier wrote:
Hi guys,
I have a question regarding the order of using Commons-Validator in
Struts 1.1. Actually Struts feed the FORM before doing validation on
this one. Because the FORM must not throw exception during this
feeding, usually your FORMBEAN use only String datatype as s
Hi guys,
I have a question regarding the order of using Commons-Validator in Struts
1.1. Actually Struts feed the FORM before doing validation on this one.
Because the FORM must not throw exception during this feeding, usually your
FORMBEAN use only String datatype as setter/getter.
But in