Re: Repeater add row replaces old data

2007-06-18 Thread Barbara Slupik
I solved the problem. The collection filled with data by Hibernate was not sorted. After adding order-by into the set definition in my Party.hbm.xml all works fine: class name=net.expertys.model.Party table=Party id name=partyID column=partyID type=long

Repeater add row replaces old data

2007-06-08 Thread Barbara Slupik
Hello I am trying to add a row in a CForms repeater but the new row replaces some of the old data in the collection. I am using Cocoon-2.1.10 with Hibernate-3.2, Spring-2.0.4 and MySQL-5.0.37. The repeater rows are loaded from the database and displayed correctly on the screen. When I