On Thu, 24 Jan 2013 14:03:52 -0200, Matías Blasi <matias.bl...@gmail.com> wrote:

Hi all!

Hi!

I'm a little stuck with trying to inject the Tapestry Session Service
(org.apache.tapestry.services.Session)

Session is not a service nor something that can injected right now. @Inject Request and use its getSession(boolean create) method.

If we cannot @Inject the Session, should it be in the .services interfaces package?

Not every service is injectable. Not everything that is injectable is a service.

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