Hello, I have a small show-stopper with a WicketTester testcase and a Wicket 
Page. The Wicket Page is a concrete Class extending WebPage. I am calling a 
simple private method: init() that is nested within the Page constructor. 
Inside the init() method I have an anonymous inner class constructed from a 
composition: new SortableDataProvider{}; The target of the composition is 
assigned to an instance variable of ISortableDataProvider which requires that I 
must override the IModel model(final Object object) method. When I run Maven 
test on this Page I get the following error condition:

org.apache.wicket.util.io.SerializableChecker$WicketNotSerializableException: 
Unable to serialize class: java.lang.Object


I have tried using strategic placement of: transient and static but of no use.

Regards, David.

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

Reply via email to