hi, i am building a logic editor of sorts and I imagine it will be comprised
of a bunch of custom composite components.  I want to be able to use a large
arrayCollection of VO's as the dataprovider for 1 composite component, and
let nesting handle creating the children (pass children objects to children
tags).  i've seen some examples of composite components, but i want to be
able to watch for changes to the dataprovider at any level and change the UI
accordingly.  Since the dataprovider is a Value Object in many cases, I'm
not sure how to watch for changes.  Any tutorials or examples out there?

thanks,
d.

Reply via email to