Bug reports are accepted only with quickstart applications ;-) Create a quickstart and attach it to a ticket in Jira.
On Tue, Dec 18, 2012 at 2:36 PM, JamesXWang <[email protected]> wrote: > Hi Martin, > > I've tried the wicket 6.3 quickstart but can't reproduce it. But after more > deep debug I've found the root cause on my app - > > 1. On my html there is a Sortable list. > > 2. I've implemented some code to extends > org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider > > 3. then on the method - > @Override > protected void populateItem(final Item item) {..} > > I've added item.add() to get list data > > 4. if I set a WebMarkupContainer wmc.setVisible(false); and call > item.add(wmc) then will cause the serializable exception. > > Does it a bug of Wicket or do I need call some api after setVisible(false)? > > Thanks! > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Error-serializing-object-class-com-myapp-LoginPage-object-Page-class-com-myapp-LoginPage-id-0-render-tp4654853p4654880.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] > > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com <http://jweekend.com/>
