Error:Cannot find bean: "org.apache.struts.taglib.html.BEAN" in any scope
Posted wincent98
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Error:Cannot find bean: "org.apache.struts.taglib.html.BEAN" in any scope相关的知识,希望对你有一定的参考价值。
原因:html标签和struts标签混用,或者表单元素外面没有<html:form>标签包裹。
解决:统一标签
<html:form action="/login.do">
<bean:message key="info.input.account"/>
<html:text property="account"></html:text><br>
<bean:message key="info.input.password"/>
<html:text property="password"></html:text>
</html:form>
以上是关于Error:Cannot find bean: "org.apache.struts.taglib.html.BEAN" in any scope的主要内容,如果未能解决你的问题,请参考以下文章
Error: Cannot find module ‘express‘
Error: Cannot find module PhantomJS