ViewHelper Documentation
v:condition.type.isArray
Condition: Type of value is array
Condition ViewHelper which renders the then
child if type of
provided value is array.
Arguments
then anySimpleType
Value to be returned if the condition if met.
else anySimpleType
Value to be returned if the condition if not met.
value anySimpleType