3 Replies Latest reply on Mar 23, 2009 3:04 PM by nbelaevski

    modalpanel and facelets

      I have the following scenario:

      I have a datagrid page with a link to edit a particular record in the database. When the user clicks edit I need a modalpanel to appear with the components necessary to edit the particular record. I know for regular facelet scenarios, the pages begin with the html tag with the declarations for the richfaces and other tags. Since the datagrid page already has the html tag declared, what does the modal panel page need to display correctly? I am making the modalpanel appear via a4j:include.