Hi

On Jan 28, 2008 12:54 PM, Renzo Tomaselli <[EMAIL PROTECTED]> wrote:
> 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.

why not doing this:
partialTriggers="#{stringArrayThatContainsAllMyTriggers}" instead of
"multi el" ?

-M

>
> -- Renzo
>
>
>



-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
mail: matzew-at-apache-dot-org

Reply via email to