Hi,
I have extended the ActionServlet, so can I access the
"ExtendedActionServlet" from MyAction class?
Any help would be highly appreciated.
--Ajay

-----Original Message-----
From: Jim Crossley [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 29, 2002 6:23 AM
To: Struts Users Mailing List
Subject: Re: Accessing ActionServlet from Action class


Bhaskar Gopalan <[EMAIL PROTECTED]> 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:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to