码迷,mamicode.com
首页 > Web开发 > 详细

Error:Cannot find bean: "org.apache.struts.taglib.html.BEAN" in any scope

时间:2018-11-25 20:26:05      阅读:191      评论:0      收藏:0      [点我收藏+]

标签: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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!