This content has been marked as final. 
    
Show                 9 replies
    
- 
        1. Re: scrollableDataTable hides modal panelnbelaevski Oct 17, 2009 9:57 AM (in response to shaijuck)Hi Shaiju, 
 Please post code for rich:modalPanel.
- 
        2. Re: scrollableDataTable hides modal panelshaijuck Oct 17, 2009 1:05 PM (in response to shaijuck)The scrollable data table <rich:scrollableDataTable id="accntGrpList" var="accountGroup" value="#{accntGrpBean.accountGroupList}" rows="10" height="300px" width="700px" rowClasses="odd-row,even-row" selection="#{accntGrpBean.selection}" rowKeyVar="rkv" binding="#{accntGrpBean.table}" headerClass="info" styleClass="dataTable" >
 Menu item which opens the dialog box<rich:menuItem value="Delete" icon="/images/delete.png" disabled="#{accntGrpBean.disableDeleteIconStatus}" submitMode="none" onclick="confirmDialogdel.show();"/>
 The dialog box(I am using a primefaces dialog box<p:dialog widgetVar="confirmDialogdel" modal="true" width="250px" height="100px" fixedCenter="true" header="Confirmation"> <h:outputText value="#{finmsgaccountGroup_confirm_delete}" /> <br/> <h:commandButton value="#{finmsg.button_yes}" action="#{accntGrpBean.deleteAccountGroup}"/> <h:commandButton value="#{finmsg.button_no}" onclick="confirmDialogdel.close();" /> </p:dialog>
 Could you please help?
 Shaiju
- 
        3. Re: scrollableDataTable hides modal panelnbelaevski Oct 17, 2009 7:08 PM (in response to shaijuck)Shaiju, 
 Where is dialog box located on the page, inside column?
 Also moving it out of rich:scrollableDataTable can be tried.
- 
        4. Re: scrollableDataTable hides modal panelshaijuck Oct 18, 2009 5:29 AM (in response to shaijuck)Hi, 
 The dialog box is completely out side the scrollableDataTable.
 Shaiju
- 
        5. Re: scrollableDataTable hides modal panelilya_shaikovsky Oct 19, 2009 9:09 AM (in response to shaijuck)why you not using rich:modalPanel? 
 try to play with z-index of dialog box.
- 
        6. Re: scrollableDataTable hides modal panelshaijuck Oct 19, 2009 7:31 PM (in response to shaijuck)there is another technical issue involved in using rich:modelPanel . 
 what is z-index ,btw?
 Shaiju
- 
        7. Re: scrollableDataTable hides modal panelnbelaevski Oct 19, 2009 8:07 PM (in response to shaijuck)z-index is CSS property: http://www.w3schools.com/Css/pr_pos_z-index.asp 
- 
        8. Re: scrollableDataTable hides modal panelshaijuck Oct 20, 2009 12:28 AM (in response to shaijuck)z-index is not available with primefaces , and the issue is I have constraints on switching to rich:model :( 
 Any workaround may help
 Shaiju
- 
        9. Re: scrollableDataTable hides modal panelilya_shaikovsky Oct 20, 2009 7:34 AM (in response to shaijuck)I think you should ask PrimeFaces guys for that case if can't use modal panel. 
 
     
    