Re: DateField and Validation

2008-01-18 Thread Igor Vaynberg
problem is datefield is actually a composite, so you have to add your onblur handler to the right component inside... new datefield(...) { newdatetextfield() { component c=super.newdatetextfield(); c.add(new fxvalidation("onblur"); return c; }} -igor On Jan 17, 2008 9:44 PM, Karen Schaper <[EMA

RE: DateField and Validation

2008-01-18 Thread Karen Schaper
I forgot to mention I am also setting the type to Date.class I am using the latest wicket release 1.30. > -Original Message- > From: Karen Schaper [mailto:[EMAIL PROTECTED] > Sent: Friday, January 18, 2008 12:44 AM > To: [EMAIL PROTECTED] Apache. Org > Subject: DateField and Validation >