In my application i have a primefaces grid and when click on each grid it will open ip a dialog window in details,but right now i need to close the popup window inorder to open the next one,is there any way to open other dialogs without closing existing dialog window?
Share
You can open as many dialog dialog as you want, only make sure that you gave them a unique
widgetVarid:Clicking on the
commandButtonabove will open two separate dialog parallelly.