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=true
, even the dialog box overlay becomes inactive.
How can I make it work properly ?
With Primefaces 5 appendTo="@(body)"
fixed the issue for me.