Anyone know if it's possible, to take descriptions from several objects and
display them on the screen all at once?
For example, say I have a Customer object with an addresses collection. But
one data entry screen, I want to flatten it so that the first address in the
collection shows up as fields on the customer form, but the model still
keeps them as separate objects and each field still writes to it's original
model. I looked through Lukas's thesis but didn't see anything.
I was thinking I could override description on the instance side, and add
All the subcomponents descriptors to the main description, but I don't see
how it'd get bound to the subcomponent as it's model.
Ramon Leon
http://onsmalltalk.com