Pedro Santos wrote:
> 
> Text field "name" in "logicalEntityForm" has an PropertyModel targeting a
> DetailSearchCriteria, this class has the field "detailParam" of type
> DetailParam, and DetailParam has the field "names" of a not serializable
> property type: List
> A lot of List implementations are serializable, but the one at
> the DetailParam is not.
> 
That's right, because the list is lazily loaded from the database. I'm not
sure how to make Wicket not try to serialize those objects... 
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/NotSerializableException-in-Wicket-1-5-tp3324650p3324902.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to