yes you can, there are multiple ways to configure components. first get the values from the xml file. that is external to windsor. then you can use the DependsOn fluent method or ServiceOverride or Property.For().Eq() to configure the component. there may be more options as well but these are ones I'm aware of.
if you provide a code sample of what you want to do we may be able to help. On Oct 15, 12:56 pm, João Bragança <[email protected]> wrote: > It's an ugly solution, but what about loading the XML file in an > xmldocument/xdocument and getting the properties that way? > > On Oct 15, 7:15 am, Symon Rottem <[email protected]> wrote: > > > Is it possible to use property reference notation (#{property}) in the > > fluent API? > > > I want to use properties that are registered in XML to set values on > > components registered via the API, but I don't seem to be having any luck. > > > Cheers, > > > Symon. > > > Symon Rottemhttp://blog.symbiotic-development.com > > -- 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.
