2 Replies Latest reply on Nov 7, 2007 11:48 AM by adamw

    Confirmations with ModalPanel - impossible?

    adamw

      Hello,

      I'm using richfaces with seam and I have a h:dataTable to display a list of elements, with a "delete" link next to each one. To get the element that was selected, I use @DataModelSelection.

      I wanted to add a modal panel asking the user for confirmation before deleting, but as I've read in the documentation the modal panel needs a separate h:form - so it's not possible to submit the selected value to the bean. Or is it?

      Adam