TableModel and Iterative Not Work Together?
Jim Dow <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <[email protected]> |
I could be doing something wrong, but the minute I changed to using BComponent from BTable and from TableModel to AbstractTemplateModel, iterative worked. I'm suspicious that iterative directives are ignored for a model that implements IterativeModel and extends AbstractTable model. This is with 1.1 version. Again, I did not change my html directives at all. The model I was using always was implementing IterativeModel, but iteratives were being ignored. I switched to a BComponent and the iterative started working. I just thought I would post this in case others have the same problem. Jim Dow