4
I have a login screen where I have a dialog with the Login and Password fields. I would like it to open as soon as the screen was opened. I read that from version 4.1 of the first faces I have to call the Dialog this way: PF('widgetVar').show()
but where can I call this Dialog?
Use the Visible=true attribute of the component itself.
– Avelino