Re: [contribution] Consecutive Date Validator

2005-04-14 Thread K.C. Baltz
Absolutely and of course. I based this validator on the TwoFields validator floating around. I never changed that property. I think laterDate would be my pick. dateBefore is a good choice as well. Thanks for the feedback, K.C. Dave Newton wrote: If this is going to get into the distro could

Re: [contribution] Consecutive Date Validator

2005-04-14 Thread Dave Newton
If this is going to get into the distro could we call secondProperty endDate "secondProperty" to 'laterDate' or 'endDate' or whatever to

Re: [contribution] Consecutive Date Validator

2005-04-14 Thread K.C. Baltz
jmitchtx Yahoo: jmitchtx MSN: [EMAIL PROTECTED] - Original Message - From: "K.C. Baltz" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Wednesday, April 13, 2005 5:43 PM Subject: [contribution] Consecutive Date Validator I had the need today to validate t

Re: [contribution] Consecutive Date Validator

2005-04-13 Thread James Mitchell
Freelance EdgeTech, Inc. 678.910.8017 AIM: jmitchtx Yahoo: jmitchtx MSN: [EMAIL PROTECTED] - Original Message - From: "K.C. Baltz" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Wednesday, April 13, 2005 5:43 PM Subject: [contribution] Consecutive Date

[contribution] Consecutive Date Validator

2005-04-13 Thread K.C. Baltz
I had the need today to validate that two dates (start and end) are in the proper relation. Searching the oracle at Google, I was unable to find any solution other than people looking for the same thing and being directed to write their own. So I wrote one today and figured I'd contribute it