报告需要延迟表达式的动态表达式或需要动态表达式的延迟表达式。

示例:



<jsp:useBean id="exampleBean" scope="request" type="java.util.Date"/>

<h:outputText id="${exampleBean.day}" value="#{exampleBean.day}" /> // OK
<h:outputText id="#{exampleBean.day}" value="${exampleBean.day}" /> // 错误:`id` 特性需要动态表达式,`value` - 延迟