Re: TextField & Class Type Validation

2010-01-07 Thread Fatih Mehmet UCAR
button.setDefaultFormProcessing(boolean b) http://wicket.sourceforge.net/apidocs/wicket/markup/html/form/Button.html#setDefaultFormProcessing%28boolean%29 - Original Message - From: "sakthi vel" To: Sent: Thursday, January 07, 2010 4:30 PM Subject: TextField &a

TextField & Class Type Validation

2010-01-07 Thread sakthi vel
Hello, I have a text field and added the class type as Date, to validate the date entered. TextField txtDate = new TextField("txtDate", new Model(), Date.class); I have two button in the same screen one for the Save for another for Reset. When i enter invalid date and press the save button, val