Re: How to suppress WicketSerializationException using ListView

2012-03-05 Thread vineet semwal
use loadabledetachablemodel and it should load a list of your unserialiable entities that will poupulate your listview On Mon, Mar 5, 2012 at 3:39 PM, Behrooz Nobakht nob...@gmail.com wrote: Hello, I'm using a ListView*S* in which S is not serializable but it is not either kept in the page

Re: How to suppress WicketSerializationException using ListView

2012-03-05 Thread Behrooz Nobakht
Thanks, solved the problem. On Mon, Mar 5, 2012 at 11:14 AM, vineet semwal vineetsemwal1...@gmail.comwrote: use loadabledetachablemodel and it should load a list of your unserialiable entities that will poupulate your listview On Mon, Mar 5, 2012 at 3:39 PM, Behrooz Nobakht