getServlet?

2003-09-16 Thread Andy Kriger
The ServletContext.getServlet() method has been deprecated. Is it possible to get a Servlet (or the ServletConfig, which is what I'm really after) in a Struts Action? thx andy - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: getServlet?

2003-09-16 Thread Andrew Kuzmin
getServlet().getServletConfig() ? -- Andrew Kuzmin http://www.java201.com - Original Message - From: Andy Kriger [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, September 16, 2003 5:04 PM Subject: getServlet? The ServletContext.getServlet() method has

Re: getServlet?

2003-09-16 Thread Craig R. McClanahan
On Tue, 16 Sep 2003, Andy Kriger wrote: Date: Tue, 16 Sep 2003 10:04:06 -0400 From: Andy Kriger [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: getServlet? The ServletContext.getServlet() method has been

How can I subclass ActionServlet to work? (null getservlet in the ActionForm)

2003-06-25 Thread rablists
I actually found similar questions on the list but none were answered. I am now confident that the ActionForm does not set the servlet. So how can I subclass the ActionServlet to make it to work, so the ActionForm's servlet will be set everytime we initialize it. Any ideas? thanks a lot..

Re: getServlet()?

2002-06-09 Thread Ted Husted
to update a project from Struts 1.0 to 1.0.2 to resolve some file upload problems. Now, I've found that the ActionForm's getServlet() method no longer exposes the ActionServlet. This is especially problematic to me, since a fair number of our ActionForm-derived classes use the ActionServlet

getServlet()?

2002-05-29 Thread Geoffrey Corb
I have been attempting to update a project from Struts 1.0 to 1.0.2 to resolve some file upload problems. Now, I've found that the ActionForm's getServlet() method no longer exposes the ActionServlet. This is especially problematic to me, since a fair number of our ActionForm-derived classes