How about serializing ListDataModel.getWrappedData()?
On 11/15/05, CONNER, BRENDAN (SBCSI) <[EMAIL PROTECTED]> wrote: > We're using a ListDataModel class to wrap the list in our dataTable. > The ListDataModel is contained in one of our managed beans whose state > is saved using <t:saveState>. However, we're getting a non-serializable > error on ListDataModel. Looking at the Javadoc for this class, it > appears that DataModel is not Serializable. Is this true? How can I > get around that? > > - Brendan > >

