Re: Iterative Model
"Diez B. Roggisch" <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, > I am trying to figure out how to use the current Iterative Model to do > this. Has anyone come across similar problem ? Any insight regarding this > would be really helpful. Search the mail archives for parent and child iteratice models. The basic idea is to have two models, where the outer one initializes the inner one when iterateNext is called - or the inner one queries the outter one about its parent object in the preIterate method. Diez