The original hivemind documentation describes constructor-based injection fairly well: http://hivemind.apache.org/hivemind1/hivemind/BuilderFactory.html
Also, this post is about the same subject: http://mail-archives.apache.org/mod_mbox/hivemind-user/200506.mbox/[EMAIL PROTECTED] Kalle 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. >