Hi there,
I would like to add a value (instance of a class) to a session variable. The problem is that i get an error on the cast I do when getting the value back in another page using aClassInstance = (myClass) (session.getValue("ClassInstance");
I think the problem is that the class has a member which is a vector to another vector and the other vector's are not copied along with the session putValue function.
Any help is appreciated
Thanx Rim
I would like to add a value (instance of a class) to a session variable. The problem is that i get an error on the cast I do when getting the value back in another page using aClassInstance = (myClass) (session.getValue("ClassInstance");
I think the problem is that the class has a member which is a vector to another vector and the other vector's are not copied along with the session putValue function.
Any help is appreciated
Thanx Rim