【发布时间】:2012-06-29 02:09:10
【问题描述】:
我尝试使用
<select id="_${sec_field}_id" name="${sec_field}" multiple="${multiple}" "${(empty disabled) ? 'disabled' : ' '}" >
动态启用/禁用<select> 选项
但是 Eclipse 给了我警报:
Multiple annotations found at this line:
- Element type "select" must be followed by either attribute specifications, ">" or "/>".
- Attribute """ has no value
那么有什么解决方案可以解决 JSTL 中 html <select> 的禁用问题吗?
提前致谢。
【问题讨论】:
标签: html spring jsp spring-mvc jstl