Re: Forms and getting the ActionServlet from the form

2003-01-30 Thread bkafka
ouch servlet > request or ActionMapping or ActionServlet in ActionForm. > > Regards, > > > PQ > > "This Guy Thinks He Knows Everything" > "This Guy Thinks He Knows What He Is Doing" > > -Original Message- > From: bkafka [mailto:[E

Re: Forms and getting the ActionServlet from the form

2003-01-30 Thread bkafka
verything" > "This Guy Thinks He Knows What He Is Doing" > > -Original Message- > From: bkafka [mailto:[EMAIL PROTECTED]] > Sent: January 30, 2003 4:28 PM > To: Struts Users Mailing List > Subject: Re: Forms and getting the ActionServlet from the form >

Re: Forms and getting the ActionServlet from the form

2003-01-30 Thread bkafka
3 12:33 PM Subject: Re: Forms and getting the ActionServlet from the form > You could use the HttpServletRequest to get the HttpSession to get the > ServletContext. > > David > > > > > > > >From: "bkafka" <[EMAIL PROTECTED]> > >Reply-To

Forms and getting the ActionServlet from the form

2003-01-30 Thread bkafka
Hi, I have a Form which extends ActionForm and need to get the ActionServlet instance. When I attempt to do this using this.getServlet() method I am returned a null reference. My actual goal is to get the ServletContext which I should be able to get from the ActionServlet instance. Anybody