Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

show commit success message after commit and apply it to whole ADF application

Abdelrahman ElGiarOct 29 2024 — edited Oct 29 2024

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

Comments
Post Details
Added on Oct 29 2024
1 comment
40 views