I had similar problem. I solved it by sorting the id used by
repeater. I use Hibernate, so I added order-by in my hbm file:
order-by="reservationID">
I had to do this although reservationID is the primary key on my
database table. My binding looks like this:
Dear Mailing List,
I'm faced with a repeater binding issue and after many hours of googling and
testing I don't really know how to go on...
I'm using CForms with the binding framework and JavaScript for flow and objects
(representing the records) to edit my DB-records. After some experimenting