Adf printable page behaviour in page fragment
If you have a requirement for opening a printable page and also the print dialog and you are using page fragments then you should implement the RegionController interface rather than PagePhaseListener. I had such a requirement and then implemented it using RegionController interface. On any page fragment that you are …