Expression Language (EL) is a scripting language which allows to manipulate data in JSF tags.
It isinspired by JavaScript and XPath. The expression language provides:
- Expressions and identifiers
- Arithmetic, logical, and relational operators
- Automatic type coercion
- Access to beans, arrays, lists, and maps
- Access to a set of implicit objects and servlet properties
References:





