20 Oct
2009
20 Oct
'09
2:16 p.m.
Hi, I don't understand why you've used "transient". Can you explain?
Sorry, "mutable servlet field" was not the error. It was "A non-serializable value is stored into a non-transient field of a serializable class". My mistake. This is why I added the transient field thinking it would fix the problem. It did fix the problem but I wasn't sure if that is the correct thing to do. Thanks. - Asiri