Hello All,
I have an ADF JSFF form in my JDeveloper 12c project. Within this "ui:composition" document (this is not a popup dialog), how do I capture when the user clicks the Cancel button (the little X in the upper-right corner)? Is this done through "af:setActionListener" or "af:setPropertyListener type="action""? If so, what should be the "to" and "from" other than my bean method?
Vince