Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Error: Attempt to clear a buffer that's already been flushed

843836Mar 1 2005 — edited Mar 1 2005
Hi,

I'm trying to increment the (int u) count in my JSP,
Product pdct = (Product) AproductGroup.elementAt(u++);
but I encountered the following error:

java.io.IOException: "Error: Attempt to clear a buffer that's already been flushed"

When I remove the
++
, the message did not appear. Is there another way to increment the count?

Pls help!!!

Thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 29 2005
Added on Mar 1 2005
2 comments
526 views