Iterative Model
"Parvinder Thapar" <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, I am currently using Barracuda in my application development. Right now i am kinda stuck at a peculiar problem reagrding the Iterative Model. What i am actually trying to do is display Iterations inside Iterations. Something as shown below. <table> ROW1 ColumnHeading1 ColumnHeading2 ColumnHeading3 Value1a Value1b Value1c Value1d ROW2 ColumnHeading1 ColumnHeading2 ColumnHeading3 Value2a Value2b ROW3 ColumnHeading1 ColumnHeading2 ColumnHeading3 Value3a Value3b Value3c </table> 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. ~PT