On 3/30/06, [EMAIL PROTECTED] > javax.faces.FacesException: > java.io.NotSerializableException: > com.nsite.wsbuilder.TableFiltersBean > > at > org.apache.myfaces.util.StateUtils.encode64(StateUtils.java:43)
Is com.nsite.wsbuilder.TableFiltersBean the bean you have implemented StateHolder on? If not, that's the problem. If so, you'll probably need to post the bean code, but it doesn't look like it implements StateHolder from the stacktrace.

