JSP EL specification validation
Reports possible problems caused by non-standard EL extensions: JSF EL expressions outside attributes, non-standard EL expressions, and so on.
Example:
<f:view>
<h:form>
<f:loadBundle var="example"/>
<h:commandButton action="${example.size()}"/> // Warning: method call is nonstandard extension
</h:form>
</f:view>
Inspection Details | |
---|---|
Available in: | IntelliJ IDEA 2023.3, Qodana for JVM 2023.3 |
Plugin: | Jakarta EE: Server Pages (JSP), 233.SNAPSHOT |
Last modified: 13 July 2023