You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Eugen Stoianovici <eu...@gmail.com> on 2007/08/17 08:50:22 UTC

[S2] session question

how do i get a handle to Session / Request from an action implementing 
import com.opensymphony.xwork2.Preparable;?

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: [S2] session question

Posted by Eugen Stoianovici <eu...@gmail.com>.
Laurie Harper wrote:
> Eugen Stoianovici wrote:
>> how do i get a handle to Session / Request from an action 
>> implementing import com.opensymphony.xwork2.Preparable;?
>
> http://struts.apache.org/2.x/docs/how-do-we-get-access-to-the-session.html 
>
> http://struts.apache.org/2.x/docs/how-can-we-access-the-httpservletrequest.html 
>
>
> L.
>
Thanks. I guess i should really read the struts2 docs before asking 
stupid questions :).

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: [S2] session question

Posted by Laurie Harper <la...@holoweb.net>.
Eugen Stoianovici wrote:
> how do i get a handle to Session / Request from an action implementing 
> import com.opensymphony.xwork2.Preparable;?

http://struts.apache.org/2.x/docs/how-do-we-get-access-to-the-session.html
http://struts.apache.org/2.x/docs/how-can-we-access-the-httpservletrequest.html

L.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: [S2] session question

Posted by nuwan chandrasoma <my...@gmail.com>.
Hi,

http://struts.apache.org/2.x/docs/how-do-we-get-access-to-the-session.html

http://struts.apache.org/2.x/docs/how-can-we-access-the-httpservletresponse.html

Thanks,

Nuwan

On 8/17/07, Eugen Stoianovici <eu...@gmail.com> wrote:
>
> how do i get a handle to Session / Request from an action implementing
> import com.opensymphony.xwork2.Preparable;?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>
>