Em Thu, 17 Sep 2009 22:46:33 -0300, Alfonso Quiroga
<[email protected]> 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: [email protected]
For additional commands, e-mail: [email protected]