Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1
-
None
-
Linux, JDK 5
Description
Although the JEXL docs seem to imply that it is a superset of EL, it does not appear to support the ternary conditional, i.e.
name != null ? name : 'default'