Is it possible dynamically (programmatically) request a component from tapestry's IoC (without using @Inject or passing component via parameter)?
I have this MyComponentInterface and a whole bunch of components that implement it (ie. MyComponent1, MyComponent2, etc). I do not know until runtime if any of these components will be rendered or exactly which implementation will be used. On top of that, MyComponent1 may be rendered multiple times (each time with a different configuration) and I do not know the number of times till runtime either. So, is it possible to grab a component from IoC at runtime? Dave --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org