On Mon, 13 Aug 2012 09:31:55 -0300, Inge Solvoll <inge.tapes...@gmail.com> wrote:

So there doesn't exist an exposed API in tapestry for finding setters that match services by type and invoke them runtime on non-tapestry-managed
instances?

Good question . . . Well, for part of it, you can inject ObjectLocator and use its getService() methods to get a service from the Tapestry-IoC registry. The setter part looks like something that some reflection code could do relatively easily.

--
Thiago H. de Paula Figueiredo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to