Hello, I am using Cocoon 2.1.9 and I am having some problems with binding Repeater into Hashset. When I try to put more than 2 elements in my repeater, I got some null objects in my Hashset (after binding). I tried to debug RepeaterJxPathBinding and ValueJxPathBinding but it appears that all my elements are in my repeater. I think some elements are overwritten when binded into Hashset.
This problem seems to be the same as this one : http://www.mail-archive.com/[email protected]/msg11001.html It seems that there wasn't any fix in last versions. Does anyone had the same problem ? Shall I use ArrayList instead of HashSet ? Thank you.
