[
https://issues.jboss.org/browse/WFLY-6939?page=com.atlassian.jira.plugin....
]
jaikiran pai updated WFLY-6939:
-------------------------------
Description:
Java EE7 (which supports EL 3.0 spec) allows JSPs to use EL expressions like:
{code}
<html>
<body>
foo: --- ${Boolean.TRUE} ---<br>
bar: --- ${Integer.MAX_VALUE} ---<br>
</body>
</html>
{code}
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
was:
Java EE7 (which supports EL 3.0 spec) allows JSPs to use EL expressions like:
{code}
<html>
<body>
foo: --- ${Boolean.TRUE} ---<br>
bar: --- ${Integer.MAX_VALUE} ---<br>
</body>
</html>
{code}
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
Usage of static fields from java.lang classes as EL expressions in
JSPs doesn't work
------------------------------------------------------------------------------------
Key: WFLY-6939
URL:
https://issues.jboss.org/browse/WFLY-6939
Project: WildFly
Issue Type: Bug
Components: Web (Undertow)
Affects Versions: 10.0.0.Final, 10.1.0.CR1
Reporter: jaikiran pai
Assignee: jaikiran pai
Java EE7 (which supports EL 3.0 spec) allows JSPs to use EL expressions like:
{code}
<html>
<body>
foo: --- ${Boolean.TRUE} ---<br>
bar: --- ${Integer.MAX_VALUE} ---<br>
</body>
</html>
{code}
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
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)