Thanks for the response.
I was able to duplicate your success with the PopupWindowActionSample. Examining the details I see that ClientView is inserted into DetailsRegion via injection. In my case I'm inserting AView into ARegion automatically through discovery. This seems to make the critical difference.
When modifying the sample by registering DetailsRegion with ClientView, ClientView no longer receives the region manager through IRegionManagerAware.
Is this expected behavior?
Thank You...
I was able to duplicate your success with the PopupWindowActionSample. Examining the details I see that ClientView is inserted into DetailsRegion via injection. In my case I'm inserting AView into ARegion automatically through discovery. This seems to make the critical difference.
When modifying the sample by registering DetailsRegion with ClientView, ClientView no longer receives the region manager through IRegionManagerAware.
Is this expected behavior?
Thank You...