I have a view with a record button, but the method that executes on the record button does some checks on the bean and asks the user if they really want to save. Show the dialog:
RequestContext.getCurrentInstance( ).execute( "PF('confG').show();" );
How can I save data after I have had a response in Front End, given by the user in p:confirmDialog
?