RE: Obtaining the ActionServlet context from a utility class

2002-12-03 Thread Brian DeLuca
Struts related classes either, this is purely for my Struts action classes use. Jon. -Original Message- From: Brian DeLuca [mailto:[EMAIL PROTECTED]] Sent: 01 December 2002 23:56 To: [EMAIL PROTECTED] Subject: RE: Obtaining the ActionServlet context from a utility class

RE: Obtaining the ActionServlet context from a utility class

2002-12-01 Thread Brian DeLuca
To use it in a utility class would mean you have to import the http packages into your utility class -- not a good practice since other projects, that are not web oriented may want to use them. Why not just pass the attribute as a parameter to the method? --- On Sun 12/01,

RE: Obtaining the ActionServlet context from a utility class

2002-12-01 Thread Jonathan Holloway
]] Sent: 01 December 2002 23:56 To: [EMAIL PROTECTED] Subject: RE: Obtaining the ActionServlet context from a utility class To use it in a utility class would mean you have to import the http packages into your utility class -- not a good practice since other projects, that are not web oriented