我在Struts JSP上有一个html文本字段,我打算使用一些特殊的错误样式表类。
<html:text property="addAccountNo" errorStyleClass="errortext" />
当我编译应用程序时,它会抱怨
[java] Translation of /multi/ResultList.jsp failed: (line 150): for tag 'text' handler type 'org.apache.struts.taglib.html.TextTag' has no property 'errorStyleClass'
属性errorStyleClass是否不适用于文本字段或是否已弃用?