aspose file tools
The moose likes JSF and the fly likes Showing popups without using JavaScript Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Showing popups without using JavaScript" Watch "Showing popups without using JavaScript" New topic
Author

Showing popups without using JavaScript

Francis Lukose
Greenhorn

Joined: Aug 03, 2005
Posts: 4
Hi,

I have created a dataTable that supports row selection using radio buttons. Now I want to perform delete,modify, and view operations on the selected row. I created commandButtons and set actions. It works well.

Now I want to show a popup messagebox that shows "Please select a record." message , if the user try to execute any of the view,delete,update operation without selecting a row.

I know this is possible using JavaScript. But I cannot use any javascript code .

Is it possible to show a popup without using Javascript in JSF?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Showing popups without using JavaScript
 
Similar Threads
Datatable select row
data submit on popup and refresh parent page
alternattive to usage of javscript
Moving table row up/down?
Confirm popup title