I'd stick with using VOs over records, gives you that nice OO warm fuzzy feeling. Columns fixed at 7, it seems. So return a array of objects that are the parents that have the data for the grid. Note that these have 7 instance variables that will populate your grid columns. Each of these can have a array of other objects for your tile list.
DK On 6/23/06, Ian Skinner <[EMAIL PROTECTED]> wrote: > I have an object (coming from a ColdFusion CFC) that contains an array of > objects that can be 28, 35 or 42 elements long. I would like to display this > in a grid 7 columns wide and 4, 5 or 6 rows as appropriate. Each of these > objects will contain a record set or another array of objects (I have not > decided yet) that I will then want to pass to a tilelist inside each grid > cell. > > I can not see how to even start this kind of display. Any help would be most > appreciated. > > > -------------- > Ian Skinner > Web Programmer > BloodSource > www.BloodSource.org > Sacramento, CA > > --------- > | 1 | | > --------- Binary Soduko > | | | > --------- > > "C code. C code run. Run code run. Please!" > - Cynthia Dunning > > Confidentiality Notice: This message including any > attachments is for the sole use of the intended > recipient(s) and may contain confidential and privileged > information. Any unauthorized review, use, disclosure or > distribution is prohibited. If you are not the > intended recipient, please contact the sender and > delete any copies of this message. > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:37:2848 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/37 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:37 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
