Em Thu, 17 Sep 2009 22:46:33 -0300, Alfonso Quiroga <alfonsose...@gmail.com> escreveu:

Thanks, in my case I have services injected, but I must store a data
in the web layer, session could be. My question is if... it exists a
kind of "request scope" (like in struts2) :

Yes it does:

@Inject
private Request request;

request.setAttribute("name", value);

--
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
http://www.arsmachina.com.br/thiago

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

Reply via email to