On Sat, 04 Aug 2012 02:56:38 -0300, bigcache1 <sharp.maes...@gmail.com> wrote:

I will try to recreate this exception on another page, with another services
injected.

Is it right, that there is no constraints (except jvm memory) for Tapestry,
for the level of injection?

Nope. Don't forget that, in Java, all fields which aren't primitive (int, long, etc) are references (pointers), so there's no nesting, fields of one object referencing other objects. It's not a tree, it's a graph.

I mean, could we place @Inject, inside of injected service, which lives
inside another injected service, and so on?

Yes.

--
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