hi paul, is there no way of delegating to your asset-class? or using a wrapper or adpter?
something about writing an abstract asset class that works with injection and then passing stuff to your asset? you may also use the hivemind registry to directly call services at runntime. Registry.constructDefaultRegistry.getService(), something like that. -----Ursprüngliche Nachricht----- Von: Paul Stanton [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 11. Mai 2007 04:16 An: Tapestry users Betreff: Re: instantiate abstract asset class maybe my problem is more to do with hivemind: basically i have an asset class (developed by someone else) which is non abstract, but still needs to reference a hivemind service. How can I have the service injected? I've tried using setter method injection, but since the asset class is not registered with hivemind injection never occurs. help appreciated. thanks. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]