Applet on Apache web server sends the object with some parameters to
servlet,then servlet supported by
tomcat passes back the object with changed parameters. The interesting is: in applet side, it is not working if I sending/getting object can not be put in two try{}(see the attached list 1). It is working when I put then in one try{}(see the attached list 2). Don't why?
List 1:
List 2
--Added code tags and formatted for easy reading- Carl
[ June 09, 2004: Message edited by: Carl Trusiak ]