« How to Access Attributes of a Declarative Component from a Managed Bean | Main | How-to build a reusable Glasspane in ADF Faces RC »
ADF Faces RC: How-to Conditionally Prevent Dialogs from Closing
By frank.nimphius | July 1, 2008
ADF Faces Rich Client provides in browser popup dialogs and panels. Compared to the still existing and still good to use ADF Faces dialog framework, the popups are lightweight dialogs that have their content defined within the parent page. At runtime these popups render as DHTML dialogs on the parent page. The available categories of popups include inline selectors, dialogs, note windows and menus. A dialog component, added as the first child of af:popup, may contain buttons like ok, cancel, yes and no. Each of the buttons allow the developer to respond to the user selection in a managed bean method before the dialog is closed. And this is where this how-to comes in. How can closing a dialog made conditional ?
Frank
Topics: ADF Faces RC | No Comments »
Comments are closed.