This component is used to display a delete confirmation dialog on the page.
Info | title | NOTES
---|
Should be used only with a deleteRowButton component. |
...
Name | Required | Type | Default | Description |
---|---|---|---|---|
dataObject | false | Object | The data object of the managed bean. | The data object of the component . |
managedBean | true | String | null | The name of the managed bean that will be used for retrieving the component values. |
redirect | true | String | null | The page to redirect when delete action is confirmed. |
Getting Started with DeleteRowDialog
...