Hi all I am trying to implement a reusable component (no HttpApplication impl) that registers some ViewComponents on the container and also adds their appropriate view resources from their respective assemblies. Right now I am adding the view sources in an IMonoRailExtension, and then have a facility that registers the ViewComponents on the container. I'd like to combine them either into a single facility, or a single extension to minimize moving parts. Problem is, the facility is registered before the DefaultMonoRailContainer does its work, and the ExtensionManager doesn't give a good way to get the kernel inside the MonoRailExtension.
Since IMonoRailContainerEvents isn't possible because they are bound to an HttpApplication implementation I can't use those either. What would be a way to defer registration of the components while having the monorail services available for consumption? TIA Mike --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en -~----------~----~----~----~------~----~------~--~---
