Re: managing helma collections (corrections)
Joshua Paine <[email protected]> Tue, 07 Aug 2007 00:19:45 -0400
| Newsgroups | gmane.comp.java.helma.general |
|---|---|
| Message-ID | <[email protected]> |
Corrections... Joshua Paine wrote: > It would be pretty easy to get 1, 2 and 3, improve on 4, and lose 5. 4 > is nice in principle, That should be "5 is nice in principle..." > Once it gets the _id value for the arg-th child under its sort order, it > calls get(valueOf_idAsString) on its creator and returns the result. Little bit of playing indicates that get() only has two functioning modes per collection (either number-as-string or string work, but not both). So you'd actually do creator.getById(valueOf_id). -Joshua