Hello, I've been using ECS for quite a while with no problems, but recently noticed some strange behavior. In an HttpServlet, I'm building a TABLE by retrieving rows of data (which have been sorted) from an Oracle database and then building a TR for each row. I then add each row to the TABLE, the TABLE to the BODY, etc..., all via ECS. The HTML is then returned via the response object.
Occasionally, when the HTML is returned to the browser, one TR is misplaced. I'll find it third from the top when it should be 12th, and so forth. This problem only occurs occasionally, and it only seems to occur when large amounts of data (maybe 50+ rows) are returned. I'm developing with VisualAge 4.0 with the Websphere Test Environment, but have also seen this behavior when deploying to the Websphere Application Server. I've noticed the behavior in both IE 5.5 and Netscape 6.2. Any help would be appreciated.... -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>