Primefaces dialog with modal=true not working properly

后端 未结 4 1223
离开以前
离开以前 2020-12-25 14:30

I am unable to achieve a (primefaces)dialog box with attribute modal=true. It works correctly with modal=false, but when I try to set modal=t

4条回答
  •  梦谈多话
    2020-12-25 14:40

    I have also struggled with strange behaviour until I moved the p:dialog into a separate h:form at which point the data in the dialog matched the row from the dataTable but the overlay was not hiding.

    appendToBody=true solved the problem with the overlay. I still need to test dialogs with inputs and actions.

提交回复
热议问题