My servlet receives a ResultSet and puts it into a serialized Object to be received byt the applet client through http tunneling and with a BufferedReader. If I parse my ResultSet in the servlet code, the applet text area only displays the first line of the results, which happens to be the...