DatePicker format?

2007-09-07 Thread Onno Scheffers
Hi, how can I get the wicket.extensions.markup.html.datepicker.DateFormat (Wicket 1.2.6) to use a custom DateFormat? I keep getting validation problems as soon as I try to switch to another DateFormat. HTML: input wicket:id=date type=text maxlength=10 /span wicket:id=datePicker / Java:

Re: wicket vs tapestry ?

2007-08-22 Thread Onno Scheffers
You can download the first chapter of Wicket In Action for free here: http://manning.com/dashorst/ and some chapters of Tapestry In Action here: http://manning.com/lewisship/ Actually, Tapestry in Action is pretty old and covers only Tapestry 3. I would advice downloading chapters 1-4 of

Re: wicket vs tapestry ?

2007-08-22 Thread Onno Scheffers
Unfortunately, that's an assumption that many people make. But say that you're not worried about optimizing and one session means about 100kb (on the high side, as with optimizing in my experience you should be able to bring that to 15-30kb)... That means you can support 10,000 concurrent

Re: Is there something like ValidationDelegates in Wicket?

2007-08-17 Thread Onno Scheffers
the FormComponentFeedbackBorder. On 8/16/07, Onno Scheffers [EMAIL PROTECTED] wrote: Hi, I'm new to Wicket. I worked with Tapestry before and I was wondering if there's something like the Tapestry ValidationDelegate available in Wicket? By adding a ValidationDelegate to a form I

Is there something like ValidationDelegates in Wicket?

2007-08-16 Thread Onno Scheffers
Hi, I'm new to Wicket. I worked with Tapestry before and I was wondering if there's something like the Tapestry ValidationDelegate available in Wicket? By adding a ValidationDelegate to a form I was able to override methods like writeLabelPrefix, writeLabelSuffix, writePrefix and