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 application will not compile. I do not see a deprecated ActionServlet.reload() method message anywhere in 1.0.2 or 1.1. Can someone point me in the right direction with this? Is there a different method I should be using.
Thanks, Andy