A DateTimeField does not need the converter to populate a Serializable model:

final DateTimeField txtTime = new DateTimeField("txtTime",
                new PropertyModel<Date>(this, "objectModel"));

But there are other bugs with it
(https://issues.apache.org/jira/browse/WICKET-4496), so if something will be
done here maybe it will also be necessary to add the converter.

But this is some redundant code. Maybe something will be done in the future.

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-1-5-ListMultipleChoice-add-Serializable-values-tp4585991p4586363.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to