Skip to Content
0
Former Member
Dec 23, 2011 at 05:46 PM

Iterator is "empty" after set_collection

308 Views

Hi

I am facing a problem with the iterator of a new collection.

I have e.g. 7 BOL objects in my current context node. I read one object by one and sort it by my certain logic.

Afterwards I add the objects to a new collection and want to replace the old one with the new sorted one to be displayed correctly in a table view.

Sorting etc works fine the first time you display the table view. But as soon as you sort the table via my Z-column I run the same logic like above, but in the getter the iterator is bound but has no current. So after sorting I have a "... not bound"-Table.

What could be the problem?