How to solve JBO-35007: Row currency has changed since ...
bsmtMay 23 2006 — edited Nov 7 2006Hi,
Could someone tell me how to solve "JBO-35007: Row currency has changed since the user interface was rendered. The expected row key was oracle.jbo.Key[xxx]" problem?
The error occurs when I scrolled through ranges of records in a datatable bounded by ADF BC. In this datatable, there are text and image (populated using servlet) columns.
It seems that this is the iterator issue. The strange thing is when I pressed "NEXT" first the time, everything was just fine (i.e. range start value was as expected as that of the second range starting row); when I pressed "NEXT" second time, data sometime was fine sometimes not throwing the captioned error. I noticed that when error came, the range start value didn't advance and stayed in the previous range.
what's happening to the iterator?