1.

What Is Javaserver Faces Expression Language?

Answer»

A SIMPLE expression LANGUAGE used by a JavaServer Faces UI component tag attributes to bind the associated component to a bean property or to bind the associated component's value to a method or an external data SOURCE, such as a bean property. Unlike JSP EL expressions, JavaServer Faces EL expressions are EVALUATED by the JavaServer Faces implementation rather than by the Web CONTAINER.

A simple expression language used by a JavaServer Faces UI component tag attributes to bind the associated component to a bean property or to bind the associated component's value to a method or an external data source, such as a bean property. Unlike JSP EL expressions, JavaServer Faces EL expressions are evaluated by the JavaServer Faces implementation rather than by the Web container.



Discussion

No Comment Found