Re: RequestProcessor and processValidate

2002-11-19 Thread David Graham
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,

Re: RequestProcessor and processValidate

2002-11-19 Thread Eddie Bush
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

Re: RequestProcessor and processValidate

2002-11-19 Thread David Graham
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

Re: RequestProcessor and processValidate

2002-11-19 Thread Eddie Bush
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

RequestProcessor and processValidate

2002-11-19 Thread Eric Beaumier
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