最新版本的 input 没办法用 总是报404错误
我用的也是2.5,应该是可以的。
报404错误的请注意下struts.xml文件中LoginAction中需要添加一个name值为input的result
struts.xml页部分代码如下:
<action name="LoginAction" method="login" class="action.LoginAction"> <result>/success.jsp</result> <result name="input">/login.jsp</result> </action>
我可能也是这个问题。我的input也没有用。