Please does any one know the best way to create Dialog windows using JSF
Steven Gollery
Greenhorn
Joined: Nov 09, 2006
Posts: 18
posted
0
Abiodun,
Not sure what the "best" way is, but we've been using f:subviews that initially are set to "display: none", and then using Javascript to change that to "display: block" and set the absolute positioning in response to the user clicking a link or a button. Then you just need some another js function to hide the dialog when the user is done.