I forgot to say my object model from TextField is

private Serializable objectModel;

I do not understand how a String is not Serializable?

This code worked on wicket 1.4 without problems. I think something is done
different in wicket framework.

Can you tell me what class throws this error message?

A code like you suggested :
ArrayList<? extends Serializable> list = new ArrayList<Serializable>();
        list.add("1");

doesn't even compile.



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-1-5-ListMultipleChoice-add-Serializable-values-tp4585991p4586221.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