| Hi I would like to use the BoundTo Lifestyle in Windsor in conjunction with the TypedFactoryFacility where the factories maintain their scoped context. However I note that this is currently not supported (https://groups.google.com/forum/?fromgroups#!topic/castle-project-users/txDi3dZ8veQ). Can someone explain how I can achieve this, perhaps there is a different way to do the same thing in Windsor? I have a scenario similar to the following. In which I am using a Command to add new Panels to a Workspace where I want the same instance of ISomeScopedViewModel to be injected into each Panel I add (created by the factory IWorkspacePanelViewModelFactory). Scenario:
|