Introduction Hello everyone! How is it going? Today I’m going to introduce EL expression in JSF. EL is short for Expression Language, which provides an important mechanism for enabling the presentation layer (web pages) to communicate with the application logic (managed beans). It not only can be used in JSF, but also in JSP. EL provides a way […]