I am using PrimeFaces 3.2 in my project. I wanted to know what is the difference between setting the rendered attribute of a <p:dialog> as against setting the visible attribute. When should I use either of these attributes?
Thanks in advance :)
|
I am using PrimeFaces 3.2 in my project. I wanted to know what is the difference between setting the rendered attribute of a Thanks in advance :) |
||||
|
|
|
The If the dialog isn't rendered, then you won't be able to display it by for example JavaScript If the dialog is rendered, then it is by default hidden. You can set Use the |
|||||||||||
|
|
According to the documentation for those attributes, section 3.28:
|
|||||
|