RE: Deprecated Method

2004-06-04 Thread Joe Hertz
In your action, instead of: servlet.getResources(); // Deprecated Use this.getResources(request); // Not Deprecated > -Original Message- > From: Jason L. West, Sr. [mailto:[EMAIL PROTECTED] > Sent: Friday, June 04, 2004 12:25 PM > To: Struts Users Mailing List > Subj

Deprecated Method

2004-06-04 Thread Jason L. West, Sr.
I am finishing up a series of WROX books that are focused on the JSP/J2EE development with the last book of the series focusing on developing Struts Applications. Unfortunately the series was published in early 2002 with focus on the Struts version 1.0. One of the methods the book talks about has