Skip to main content

Posts

Showing posts with the label problem

ADF: dvt:hierarchy viewer not working

A screen of ours that worked in a sub project would not render in our main web center project. The only clue was that it was a dvt:hierarchy screen and the screen just stayed loading all the time. To make a long story sort someone had set  disabled in the ADF config file - set it to  downgrade and all was good.

ADF popups : Note to self

When using a popup dont have a trigger from your button onto the area in which your popup is. Behaviour: popup.show in code brought back nothing no popup and the code works elsewhere. Solution: move the popup to an area outside of the refreshed area.