Hi, while using multiple triggers where a few names are achieved from EL, I get an exception from ELSupport.coerceToType(obj, type).
E.g. while:

   partialTriggers="multiSelect multiAdd multiRemove multiUpdate"

works fine,

   partialTriggers="multiSelect #{multiAdd} multiRemove #{multiUpdate}"

does not work (having set multiAdd="multiAdd" in the component including the current one. In coerceToType call, I see obj="multiSelect multiAdd multiRemove multiUpdate", and type=java.lang.String[]. While it would be easy to patch ELSupport to split the incoming string so that matching succeeds - I wonder if I'm doing anything else wrong.

-- Renzo


Reply via email to