Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This component is used to display a delete confirmation dialog on the page.

Image Removed

Info

 Should be used only with a deleteRowButton component. 

This component

Overview

The <crm:deleteRowDialog> tag is used to display a delete confirmation dialog on the page.

Image Modified

Info

Tag<crm:deleteRowDialog>XML Namespacehttp://java.sun.com/jsf/composite/crm
Tipnote

Should It should be used defined only with a deleteRowButton component.

Tip

Should be used only with a deleteRowButton component. 

  


Attributes

NameRequiredTypeDefaultDescription
dataObjectfalseObjectThe data object of the managed bean.The data object of the component .
managedBeantrueStringnullThe name of the Java managed bean
that
class that will be used for retrieving the component values.
redirecttrueStringnullThe page to redirect when delete action is confirmed.

Getting Started

with DeleteRowDialog

The following example shows a delete row dialog.