This component
Tag <crm:deleteRowDialog> XML Namespace http://java.sun.com/jsf/composite/crm
Overview
The <crm:deleteRowDialog> tag is used to display a delete confirmation dialog on the page.
Infonote |
---|
Should It should be used defined only with a deleteRowButton component. |
Info
|
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 Java managed bean that class 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
This component is used to display a delete confirmation dialog on the page.
Tip |
---|
Should be used only with a deleteRowButton component. |
The following example shows a delete row dialog.