-
Bug
-
Resolution: Done
-
Major
-
7.2.0.Beta
-
None
This seems to be back but this time with Servlet 4.0 only as 3.1 seems to work just fine. Current test is already in Wildfly testsuite but it does not cover Servlet 4.0.
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
-
WFLY-6939 Usage of static fields from java.lang classes as EL expressions in JSPs doesn't work
- Closed
- is cloned by
-
WFLY-11065 Usage of static fields from java.lang classes as EL expressions in JSPs doesn't work for servlet 4.0
- Closed
- is related to
-
JBEAP-5613 Usage of static fields from java.lang classes as EL expressions in JSPs doesn't work
- Verified
-
JBEAP-15538 (7.2.z) Usage of static fields from java.lang classes as EL expressions in JSPs doesn't work when requested more than once
- Closed
-
WFLY-11086 Usage of static fields from java.lang classes as EL expressions in JSPs doesn't work when requested more than once
- Closed