When using a List as
a datasource for a sheet, where the List contains objects that represent row
field data, how does the sheet know how to break the object's data apart for
display in the various fields.
I originally thought
that I could just do getters in the object matching the field names in the
sheet, but it doesn't get the data. It shows the right number of rows, so I know
it's retrieving the List members ok, it just doesn't display the field
data.
John

