How to execute client javascript in an ADF Java Bean action?

One of the best ways to enhance your ADF applications UI is to add some excellent Javascript library and to call them in your Java Bean‘s action.

For instance, I often like to implement the izitoast javascript open source library. It’s a great tool to display users notification in nice looking side popups.

You can use the following functions if you need to execute your Javascript during a user action in your ADF java bean (validating a form, clicking a button) :

Leave a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Scroll to Top