[Solved] Equals in EL: what if the first operand is null?


From official EL specs 2.1 section 1.8.2:

If A is null or B is null return false

There are special cases for BigDecimal and BigInteger. I don’t know for the other specs.

Thank you all for the help and support.

1

solved Equals in EL: what if the first operand is null?