Re: Re: XML date validation

2005-01-13 Thread sales
Kindly send all your messages to [EMAIL PROTECTED] This mail account is not functioning anymore. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: XML date validation

2005-01-13 Thread deepak
Thanks Joe. - Original Message - From: "Joe Germuska" <[EMAIL PROTECTED]> To: "deepak" <[EMAIL PROTECTED]>; "Struts Users Mailing List" Sent: Wednesday, January 12, 2005 7:41 PM Subject: Re: XML date validation > At 5:04 PM +0530 1/12/05

Re: XML date validation

2005-01-12 Thread deepak
Thanks Erik. - Original Message - From: "Erik Weber" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Wednesday, January 12, 2005 5:08 PM Subject: Re: XML date validation > Author your own pluggable validator. See the Struts doc on this. I >

Re: XML date validation

2005-01-12 Thread Joe Germuska
At 5:04 PM +0530 1/12/05, deepak wrote: Hi, Using XML date validation, how do I check if the entered date is in the future or not ? If by "XML date validation", you mean the commons-validator framework and ValidatorForm or a class derived from it, there is no built-in support for

Re: XML date validation

2005-01-12 Thread Erik Weber
Author your own pluggable validator. See the Struts doc on this. I recently posted an example that you can probably use as a place to start (pasted below). Erik deepak wrote: Hi, Using XML date validation, how do I check if the entered date is in the future or not ? Thanks --Deepak

XML date validation

2005-01-12 Thread deepak
Hi, Using XML date validation, how do I check if the entered date is in the future or not ? Thanks --Deepak