hello,
I want to send the Object of JTable from servlet/ejb to an applet.Since JTable is serialized I should be able to do this.
But ToolTipManager which is not serialized is referenced somewhere in JTable or the TableModel ,so I get a notserialized exception.
If I try to serialize an object which has references of not serialized objects may be inner classes which I am not creating ,then how do I use them?
regards,
suchitra