Thanks Thiago, I appreciate your help On Fri, Sep 18, 2009 at 12:16 AM, Thiago H. de Paula Figueiredo <[email protected]> wrote: > 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] > >
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
