Intellij Idea抱怨这种构造:
<h:outputText id="data" escape="false" binding="#{dataResponse.jsonOutput}" value="#{dataResponse.orgUnitsJson}" />
它说属性中需要使用dolar(延迟)语法。
当我看这个问题时: What are the differences between ${} and #{}?
此代码是旧代码,因此即使检查正确,我也不想完全重写它。如何停止检查?我没有在“检查”列表中找到它。