Hello to all !
My name is Wojtek, I started to develop some cms based on slide framework. So far I have come to the problem lack of ordering facilities for the ObjectNodes. I would like to get an ordered collection of children under a node. Any ideas how to implement it in the best way.
thanks in advance
Wojtek
You could either implement a store that enforces ordered children, or sort them (by whatever criteria you deem important) after retrieving them from slide (probably using one of the Collections.sort() methods)
Mike
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
