报告非标准 EL 扩展可能导致的问题:属性之外的 JSF EL 表达式、非标准 EL 表达式等。

示例:



<f:view>
  <h:form>
    <f:loadBundle var="example"/>
    <h:commandButton action="${example.size()}"/> // 警告:方法调用是非标准扩展
  </h:form>
</f:view>