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,

Re: TextField Class Type Validation

2010-01-07 Thread Fatih Mehmet UCAR
Subject: TextField Class Type Validation 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