0
Stupid question however I did not find in any corner, I would like to not allow the user to move the open p:dialog.
<p:dialog header="#{MyBean.select.projetos.nome}" widgetVar="lanDialog" modal="false" showEffect="blind" resizable="false">
...meu código...
</p:dialog>
This ae @Luidne
– Wellington Avelino
Thank you very much! had not found on the internet any example.
– Teizokurei