Help

Controls

Switch Workspace

Built with Seam

You can find the full source code for this website in the Seam package in the directory /examples/wiki. It is licensed under the LGPL.

Comparing current revision with historical revision 0.
Document History: What else can the EL do?
Current revision:
1
Parent:
Expression Language
Created On:
15. Jan 2008, 15:18 (christian)
Last Modified On:
16. Sep 2011, 13:27 (sbryzak)
Historical revisions:
0 15. Jan 2008, 15:28 (sbryzak) ShowDiff

From lines 0 to 6 changed to lines 0 to 5:
Besides referring to getters, setters, and other methods, the EL has the ability to evaluate arithmetic and boolean expressions:

`${employee.salary > 50000}
${employee.salary * tax.rate}
${employee.spouse == Empty}
${employee.name.firstname == 'Fred'}`

Besides referring to getters, setters, and other methods, the EL has the ability to evaluate arithmetic and boolean expressions:

`${employee.salary > 50000}
${employee.salary * tax.rate}
${employee.spouse == Empty}
${employee.name.firstname == 'Fred'}`