-
Bug
-
Resolution: Done
-
Major
-
None
-
None
Java EE7 (which supports EL 3.0 spec) allows JSPs to use EL expressions like:
<html> <body> foo: --- ${Boolean.TRUE} ---<br> bar: --- ${Integer.MAX_VALUE} ---<br> </body> </html>
However, the
${Boolean.TRUE}
and
${Integer.MAX_VALUE}
in the above example aren't evaluated correctly and instead a blank string is rendered for them.
More details in the linked forum thread https://developer.jboss.org/thread/271825
- clones
-
JBEAP-5613 Usage of static fields from java.lang classes as EL expressions in JSPs doesn't work
- Verified
- is blocked by
-
JBEAP-9232 (7.0.z) EL - Use the correct class loader when attempting to resolve constants
- Closed
-
JBEAP-9201 [GSS](7.0.z) Upgrade org.jboss.spec.javax.el:jboss-el-api_3.0_spec to 1.0.8.Final from 1.0.6.Final
- Closed
- is related to
-
JBEAP-11203 [QE](7.0.z) JspELTestCase update is missing
- Resolved