Access to HttpServletRequest within ActionForm

2001-07-18 Thread Holger Wiechert
Hi, is there a way of getting access within an ActionForm to the request that caused the ActionServlet using this ActionForm? Something like: public class MyActionForm extends ActionForm { public MyActionForm { super(); HttpServletRequest

Re: Access to HttpServletRequest within ActionForm

2001-07-18 Thread Erik Hatcher
this will be alleviated in the near future. I'll submit a patch for this eventually if Craig doesn't get to it first. Erik - Original Message - From: Holger Wiechert [EMAIL PROTECTED] To: User-Struts (E-Mail) [EMAIL PROTECTED] Sent: Wednesday, July 18, 2001 10:44 AM Subject: Access to HttpServletRequest