J
jeffpriz
I'm having trouble.. I created a small class that I pass to my Pages,
and I want to put that class into Viewstate..
I do:
Viewstate.add("thisVar", myClassVariable)
and i receive the lovely message that:
"my class" must be marked as Serializable or have a TypeConverter other
than ReferenceConverter to be put in viewstate.
Great... except that the class *IS* marked as serializable! .. I've
simplified the class all the way down to just a pair of strings to
remove the possibility that the members of the class weren't
serializable, and i STILL get that message..
What am i doing wrong??
thanks
jeffpriz
and I want to put that class into Viewstate..
I do:
Viewstate.add("thisVar", myClassVariable)
and i receive the lovely message that:
"my class" must be marked as Serializable or have a TypeConverter other
than ReferenceConverter to be put in viewstate.
Great... except that the class *IS* marked as serializable! .. I've
simplified the class all the way down to just a pair of strings to
remove the possibility that the members of the class weren't
serializable, and i STILL get that message..
What am i doing wrong??
thanks
jeffpriz