Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想专门在下面的行中添加颜色或样式属性,但我一直遇到 TLD 问题
<html:text property="xxxx" readonly="true" color="#C0C0C0"/>
堆栈跟踪:
org.apache.jasper.JasperException: /jsp/FinanceFee.jsp(617,22) Attribute color invalid for tag text according to TLD
使用 css 样式覆盖
<html:text property="xxxx" readonly="true" style="color:#C0C0C0;"/>