Hello,

I'm using org.apache.wicket.extensions.yui.calendar.DateField and I am
trying to attach a date validator.

Nothing is happening when I enter a non-date.  The other validators on the
TextFields are working.

If I view the source on the html page I see that the "onBlur" for the
validator is inside the span tag instead of the input text box that is
generated.


Here is some of my code..

field.add( DateValidator.maximum( new Date() ) )
field.add( new FXValidationAjaxHandler("onblur") )
add(  field )

Is there a way to validate the DateField?

Thanks

Karen




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to