Hi,
Is there a way to capture change in an orcontainer?
My problem is I have an orcontainer which have two container and I want to add some Item events on the items on the containers, there is no issue on the first container in the choice but when I switch to the second container all the events are gone even if I switch back to the first container. So I am thinking if it is possible to capture the change in orcontainer so the events can be re initailize again.
e.g of DCT is
<container combination="or">
<container>
<item/>
<item/>
</container>
<container>
<item/>
<item/>
</container>
</container>