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 was used to work, but now it is not, and I do not know why. I get it HTTP Status 500 - No action instance for path /view.stif.loader.bin.mapping could be created. The Action class still exists, and there are no changes to struts-config.xmlit.
What other reasons can cause HTTP 500?
I am using Struts 1 with Tiles.
Thank.
source
share