标签:for erro mes ext cannot err key htm ann
原因: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
标签:for erro mes ext cannot err key htm ann
原文地址:https://www.cnblogs.com/wincent98/p/10016454.html