Struts的莫名问题解决方法:Attribute class invalid for tag present according to TLD

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Struts的莫名问题解决方法:Attribute class invalid for tag present according to TLD相关的知识,希望对你有一定的参考价值。

没想到结果页面都无法访问了,提示说Attribute class invalid for tag present according to TLD错误

例如:

<html:text property="comCode"  styleId="comCode"  class="combo"  style="width:100%"/>

 这里不是class ,而是styleClass

<%@ taglib uri="/WEB-INF/tld/struts-html.tld" prefix="html"%>struts标签没有class属性

出了问题。

以上是关于Struts的莫名问题解决方法:Attribute class invalid for tag present according to TLD的主要内容,如果未能解决你的问题,请参考以下文章

解决:python爬虫运行报错——AttributeError: ‘WebDriver‘ object has no attribute ‘find_elements_by_class_name‘

解决:python爬虫运行报错——AttributeError: ‘WebDriver‘ object has no attribute ‘find_elements_by_class_name‘

struts 报错 :Unable to load configuration. - action 的解决

奇葩的Failed to configure a DataSource: 'url' attribute is not specified and no embedded dataso

struts2 action 配置scope="prototype"问题

Python脚本报错AttributeError: ‘module’ object has no attribute’xxx’解决方法