Re: wicket wrapper for

2015-06-07 Thread Ernesto Reinaldo Barreiro
Ok. Thanks! On 7 Jun 2015 18:33, Martin Grigorov mgrigo...@apache.org wrote: Hi Ernesto, There is no such in Wicket Bootstrap at least. On Jun 7, 2015 4:26 PM, Ernesto Reinaldo Barreiro reier...@gmail.com wrote: Hi All, Is there a ready to use wicket wrapper for?

Re: wicket wrapper for

2015-06-07 Thread Martin Grigorov
Hi Ernesto, There is no such in Wicket Bootstrap at least. On Jun 7, 2015 4:26 PM, Ernesto Reinaldo Barreiro reier...@gmail.com wrote: Hi All, Is there a ready to use wicket wrapper for? http://silviomoreto.github.io/bootstrap-select/ -- Regards - Ernesto Reinaldo Barreiro

wicket wrapper for

2015-06-07 Thread Ernesto Reinaldo Barreiro
Hi All, Is there a ready to use wicket wrapper for? http://silviomoreto.github.io/bootstrap-select/ -- Regards - Ernesto Reinaldo Barreiro

Immutable Object for FormComponentPanel ?

2015-06-07 Thread smallufo
Hi : I have a question about immutable object in FormComponentPanel . If the object doesn't have setters , how to correctly handle it ? for example : Java8's LocalDate , it only has getYear() , getMonthValue() , getDayOfMonth() no setters. And in my code : public class DatePanel extends