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
dialog
modal=true
modal=t
With Primefaces 5 appendTo="@(body)" fixed the issue for me.
appendTo="@(body)"