Help

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.

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'}