Modal Dialog in JSF
843844Dec 19 2007 — edited Dec 20 2007Hi All,
I have a certain requirement in my screen. When the user enters a certain value in the text box and clicks corresponding button, then a modal dialog window needs to open up asking for confirmation. If user clicks 'Ok', then the backing bean method is to be called, passing the input entered by the user. If the Cancel button is clicked, backing bean method need not be called and user stays on the same page. Could someone provide pointers.
Am using RSA 6 for Development.
Thankyou all