我有这个动作:
<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>
这个操作曾经有效,但现在无效,我不知道为什么。我明白了HTTP Status 500 - No action instance for path /view.stif.loader.bin.mapping could be created
。Action 类仍然存在,并且没有对struts-config.xml
.
还有哪些其他原因可能导致 HTTP 500?
我正在使用带有 Tiles 的 Struts 1。
谢谢。