When using custom controls with facets in what context are the inserted controls computed? Because I’m using this technique to create client side tabbed panel and when I insert component as a facet and try to reach compositeData of component containing the tabbed panel it doesn’t work. But when I create similar scenario in clean database it works. Is this a bug or is the context changed based on something I’ve missed?
Subject: I’ve never looked for compositeData on a facet…
- I always “pass that down” if I need it, or put it in a scoped variable. So many other things are exposed from the container to the facet but this one didn’t occur to me.- Might try an alternate method, anyway, to get it working.
Hope this helps…