I have page header as declarative component in my ADF application that contain commit and rollback buttons and i need to make something like output message or popup that show “transaction commit successfully ” to user after each commit without errors there's a way to make this and apply it to whole app instead of implement every commit action listner inside every page and show my message if getErrors().is empty?
something like use it inisde my dc page header or on App module level after commit or something like that?
thanks in advance
my j dev ver : 12.2.1.4