Hi,
I'm implementing a squeeze adaptor for my app and I was wondering how I
could inject other hivemind objects or services into it.
I would have guessed something like this:
<contribution configuration-id="tapestry.data.SqueezeAdaptors">
<adaptor object="instance:MySqueezeAdaptor">
<set-object property="applicationStateManager"
value="infrastructure:applicationStateManager"/>
</adaptor>
</contribution>
.but of course, it doesn't work. Can anyone help?
Thanks,
Denis
