The moose likes JSF and the fly likes JSF Dialog Windows Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "JSF Dialog Windows" Watch "JSF Dialog Windows" New topic
Author

JSF Dialog Windows

Abiodun Adisa
Ranch Hand

Joined: Jan 17, 2002
Posts: 493
Please does any one know the best way to create Dialog windows using JSF
Steven Gollery
Greenhorn

Joined: Nov 09, 2006
Posts: 18
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.

Hope that helps.

Steve
 
 
subject: JSF Dialog Windows
 
Threads others viewed
How to Create A Pop-Up Window for Input
How can I set timezone for Jboss server
Modal JSF page
How to Run a windows program as a specific user from within Java
How to force JSP processing, before a dialog opens?
IntelliJ Java IDE