RE: missing reload method on ActionServlet

2004-08-10 Thread Andy Dailey
Thanks. I had been searching for 2 hours for something regarding this. -Original Message- From: Hubert Rabago [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 10, 2004 2:34 PM To: Struts Users Mailing List Subject: Re: missing reload method on ActionServlet Reload is no longer

Re: missing reload method on ActionServlet

2004-08-10 Thread Hubert Rabago
Reload is no longer supported. http://struts.apache.org/faqs/newbie.html#reload --- Andy Dailey <[EMAIL PROTECTED]> wrote: > I am currently in process of upgrading to version 1.1, an application > that was build on version 1.0.2. Right now it seems that I am stuck. I > have extended the ActionS

missing reload method on ActionServlet

2004-08-10 Thread Andy Dailey
I am currently in process of upgrading to version 1.1, an application that was build on version 1.0.2. Right now it seems that I am stuck. I have extended the ActionServlet class and have invoked the reload() method. This worked with 1.0.2. But in 1.1, the method is totally missing. So my appl