Re: DatePicker Validation

2007-03-13 Thread Jesse Kuhnert
rs" Sent: Monday, March 12, 2007 5:35 AM Subject: AW: DatePicker Validation hi marcos, there is no default way in tapestry to validate multiple input fields. you can do it programmatically in your component with the help of validtion delegate. take a look at this book http://www.agileskills

Re: DatePicker Validation

2007-03-13 Thread Marcos Chicote
quot; Sent: Monday, March 12, 2007 5:35 AM Subject: AW: DatePicker Validation hi marcos, there is no default way in tapestry to validate multiple input fields. you can do it programmatically in your component with the help of validtion delegate. take a look at this book http:/

AW: DatePicker Validation

2007-03-12 Thread Peter Schröder
:[EMAIL PROTECTED] Gesendet: Freitag, 9. März 2007 18:43 An: Tapestry users Betreff: DatePicker Validation Hello! I'm using Tapestry 4.0 to develop a page with 2 DatePickers. I want to check, in the client, if one of the date's is previous to the other. Can anybody help me on how to do th

DatePicker Validation

2007-03-09 Thread Marcos Chicote
Hello! I'm using Tapestry 4.0 to develop a page with 2 DatePickers. I want to check, in the client, if one of the date's is previous to the other. Can anybody help me on how to do this?? Do I need to write a function in javascript to parse the date and then compare? Isn't there any other nicer w