Thanks for the support Demitrits,
Your hint solved one of my problems.
I just have to add that I needed to inject the page and give the Object not
just the class in order to pass the elementId.
Now it works for the normal EventBubbeling. From a Component to a Page. What is
quite wired is th
You need to catch the response of the page event and return it back from
your component handler i.e
On your component
public Object onActionFromShowDetail(ProvinceInFY element) {
logger.info("Communicate to parent page via EventBubbeling Call
for Full View :["+element.getTitle()+"]");
Lo