Re: error: No action instance for path - struts
Posted By:
r_lin
Posted On:
Sunday, August 24, 2003 07:53 PM
I had the same error and my problem was in my action class. In my case, I had extended off ValidatorAction (was creating from memory and since I was using the validator, thought I need this class) instead of Action.
Re: error: No action instance for path - struts
Posted By:
Richard_Leo
Posted On:
Monday, August 18, 2003 08:11 AM
maybe try to check your action class to confirm that it is in the correct package and conform to the bean standard
Re: error: No action instance for path - struts
Posted By:
Richard_Leo
Posted On:
Monday, August 18, 2003 08:11 AM
maybe try to check your action class to confirm that it is in the correct package and conform to the bean standard