AW: Comming from resources.triggerEvent / need to go to another page

2016-07-24 Thread Jochimsen, Janko
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

Re: Comming from resources.triggerEvent / need to go to another page

2016-07-24 Thread Dimitris Zenios
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