This component is used to display a delete confirmation dialog on the page.
Info
Tag | <crm:deleteRowDialog> |
XML Namespace | http://java.sun.com/jsf/composite/crm |
Attributes
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