create a popup using jsf in a jsp
问题 I'm trying to make a registration application using JSF 2.0 with jsp as pages. My page has several input fields, once the user enters all the data and clicks on the submit button, database has to be updated with user entered data. I want to generate a popup window here stating that "REGISTRATION COMPLETE, your REFERENCE ID is 00001" where the reference ID is from back end. Here is the code which I tried <h:commandButton id="submitBtn" value="Submit" action="#{regBean.submitDetails}" onclick=