Thanks for the detailed response!
Cameron Sanders wrote
Is this a presentation problem/question or a model
integrity problem/issue?
It's a model integrity issue. In my model parent objects hold a collection
of objects of mixed types that all have a date field which should be set to
the same value as parent's date, so e.g.:
aParent
- date: 1/1/2013
- toMany: {
- anObject
- date: 1/1/2013
- anInstanceOfADifferentClass (polymorphic wtr date access)
- date: 1/1/2013 }
-----
Cheers,
Sean
--
View this message in context:
http://forum.world.st/Default-depending-on-container-tp4712877p4713331.html
Sent from the Magritte, Pier and Related Tools mailing list archive at
Nabble.com.