I have a modal ConfirmDialog that is shown over a modal Dialog using PrimeFaces 3.0.1.
If the ConfirmDialog is opend, the whole page becomes locked, inclusive the ConfirmDialog itself… rien ne va plus
I found a Bugreport for Primefaces that sounds similar http://code.google.com/p/primefaces/issues/detail?id=576 but since the bug is related to a Layout-Component this does not really apply in my case.
Is there a workaround or something?
Thanks!!!
use the
appendToBody="true"attribute of thep:dialogtag to resolve this.From PrimeFaces 5 on the attribute has changed. If you are using 5+ use
appendTo="@(body)"instead, see the migration guide: migration guide(It would have been helpful to know your Primefaces version)