As an alternative you might be interested in the "Chaperone" technique
as blogged here:
http://one-size-doesnt-fit-all.blogspot.com.au/2010/09/master-child-btf-chaperone-contextual.html
This allows child-to-parent communications without the need for
contextual events. The concept works by the child BTF defining a
parameter based on an interface (the contract), and the caller supplying
a concrete implementation where the real work occurs. It has the added
advantage it's easier to debug than contextual events as everything
happens in code.
Note the technique allows communication up the chain (child to parent),
not the other way around. In turn be careful to understand which scoped
beans the concrete class has access to at runtime (ie. parent vs child
pageFlowScope beans).
Regards,
CM.
> --
> You received this message because you are subscribed to the ADF
> Enterprise Methodology Group
> (http://groups.google.com/group/adf-methodology). To unsubscribe send
> email to adf-methodolo...@googlegroups.com
>
> All content to the ADF EMG lies under the Creative Commons Attribution
> 3.0 Unported License (http://creativecommons.org/licenses/by/3.0/).
> Any content sourced must be attributed back to the ADF EMG with a link
> to the Google Group (http://groups.google.com/group/adf-methodology).