I have this action:
<action path="/view.stif.loader.bin.mapping"
type="com.st.mas.wmr.action.StifBinConversionAction" parameter="viewLoaderMapping"
name="stifConvForm" scope="request" validate="false"
input=".editConfig">
<forward name="success" path=".viewStifLoadBinMapping"/>
</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 could cause HTTP 500?
I'm using Struts 1 with Tiles.
Thanks.