posted 18 years ago
Through serialization, as outlined in the example linked from that page. Or are you talking about passing it along as part of the servlet call that will replace the applet? Then you'd have to add it as an URL parameter. That might involve the java.bean.XMLEncoder class and some base64-encoding of the result.