You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Bhaskar Gopalan <bg...@adaptintel.com> on 2002/03/29 15:08:43 UTC

Accessing ActionServlet from Action class

Hi,
is there anyway to access the ActionServlet from inside a formBean or Action
class?

Thnx,
Bhaskar

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Accessing ActionServlet from Action class

Posted by Jim Crossley <jc...@ifleet.com>.
Bhaskar Gopalan <bg...@adaptintel.com> writes:

> Hi,
> is there anyway to access the ActionServlet from inside a formBean or Action
> class?

Both Action and ActionForm have a protected member called servlet, to
which all subclasses have access.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>