I came across some .xhtml
files where for some components the expression language used was like rendered="#{empty from}"
, rendered="#{empty create}"
etc.
I know that empty
is an operator in EL, used to check whether a value is null or empty, but I did not understand the meaning of above mentioned ELs.
Can somebody explain to me what above EL's mean?