Action not working - HTTP 500

2011-05-25 Thread Will Sumekar
Hi I have this action: This action used to work, but now it doesn't and I don't know why. I get "HTTP Status 500 - No action instance for path /view.stif.loader.bin.mapping could be created". The Action class is still there, and no change is done to struts-config.xml. What other reasons cou

Re: Action not working - HTTP 500

2011-05-26 Thread Will Sumekar
() { super(); // svc = new ProcessStifOliBinConversion(); } * How can I instantiate the service object correctly? I do not want to use dependency injection like in Spring framework, just want to instantiate one in the action class. Thanks Will On Wed, May 25, 2011 at 4:18 PM, Will Sumekar wrote