A ComponentAddress, in Tapestry, isn't really a "service", though. Why would you want to put this type of object in your HiveMind registry? I can see it being part of a configuration, but not necessarily a service. What exactly are you trying to do?
On 10/22/07, Alejandro Scandroli <[EMAIL PROTECTED]> wrote: > Hi > > I need to do some constructor-based injection and I can't find the way. > I need to create an instance of > org.apache.tapestry.util.ComponentAddress, the constructor takes 2 > Strings as parameters. > I know it should be simple but I'm lost. > > Alejandro. >
