Is it possible to disable dates in Wicket Date Picker ?

2008-04-21 Thread nanotech
-to-disable-dates-in-Wicket-Date-Picker---tp16807706p16807706.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Is it possible to disable dates in Wicket Date Picker ?

2008-04-21 Thread Gerolf Seitz
, ~ R -- View this message in context: http://www.nabble.com/Is-it-possible-to-disable-dates-in-Wicket-Date-Picker---tp16807706p16807706.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe

Re: Is it possible to disable dates in Wicket Date Picker ?

2008-04-21 Thread Enrique Rodriguez
On Mon, Apr 21, 2008 at 6:07 AM, Gerolf Seitz [EMAIL PROTECTED] wrote: public class MyDatePicker extends DatePicker { ... private static final SimpleDateFormat format = new SimpleDateFormat(MM/dd/); Maybe this was just quick example code but DateFormat's aren't thread safe. From the