We're replacing the compare
Expression Language function with compareAll
, which now properly handles null, empty, and multi-value nodes.
The compareAll
function returns a negative integer when node1
is less than node2
, a positive integer when node1
is greater than node2
, or zero if node1
and node2
are equal.
For more information, see Using Expression Language.
Learn more about the deprecation stages.
Copyright 2024 Samsung All rights reserved