struts2网页报错
<constant name="struts.devMode" value="true" />
<package name="default" namespace="/" extends="struts-default">
<action name="hello">
<result>
/hello.jsp
</result>
</action>
</package>
改成
<constant name="struts.devMode" value="true" />
<package name="default" namespace="/" extends="struts-default">
<action name="hell">
<result>
/hello.jsp
</result>
</action>
</package>
之后还是不能部署,浏览器还是不能显示结果。
求大神帮忙