Hi
On this issue:
https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=755
I have provided two patches for two different but related problems there:
https://javaserverfaces-spec-public.dev.java.net/nonav/issues/showattachm...
And
https://javaserverfaces-spec-public.dev.java.net/nonav/issues/showattachm...
On that issue, it was commented:
EB>> I applied the patch and re-ran a test page I had previously authored
EB>> (on 13 October) and still see the
EB>> ClassCastException.
EB>>
EB>> Can you please rework the patch to fix that?
EB>>
The intention of the first patch is to solve the problem of use
#{cc.attrs.action}
expressions.
The second patch solves the problem for nested composite components using
cc:attribute 'targets', to make the example provided work. Really this is
the alternate
form of MYFACES-2946, but for Mojarra. In theory, this patch could be
applied in
2.0 branch, because it just do what 'targets' description says, so I propose
it as
a separate patch if there is some interest to commit it on mojarra 2.0
branch.
The next step is join both of them in a single patch.
Suggestions are welcome.
best regards
Leonardo Uribe