Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Primefaces dialog with modal=true not working properly

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 ?

like image 974
Rajat Gupta Avatar asked Jun 20 '11 11:06

Rajat Gupta


1 Answers

With Primefaces 5 appendTo="@(body)" fixed the issue for me.

like image 165
Abhishek Dhote Avatar answered Sep 19 '22 13:09

Abhishek Dhote