★ Servlet action is not available
在WEB容器正常启动的前提下,当提交请求到Action时,出现此错误页面,一般主要检查web.xml、struts-config.xml。
★ Cannot find bean under name org.apache.struts.taglib.html.BEAN
在html:form标签外使用了html:form的子元素标签,如html:text、html:select等。
本文介绍了在使用Servlet和Struts框架时遇到的两类常见配置问题:一是提交请求到Action时出现Servlet actionisnot available错误,需要检查web.xml和struts-config.xml;二是html:form标签外误用其子元素标签导致的错误。
★ Servlet action is not available
在WEB容器正常启动的前提下,当提交请求到Action时,出现此错误页面,一般主要检查web.xml、struts-config.xml。
★ Cannot find bean under name org.apache.struts.taglib.html.BEAN
在html:form标签外使用了html:form的子元素标签,如html:text、html:select等。

被折叠的 条评论
为什么被折叠?