1
I have a view with a save button, but the method that runs on the save button does some checking on the bean and asks the user if they really want to save. Show dialog:
RequestContext.getCurrentInstance( ).execute( "PF('confG').show();" );
How can I save the data after I have had a response in the Front-End, given by the user on p:confirmDialog
?
it is not possible to do the intended ?
– user2989745