Show and receive response from a p:confirmDialog triggered via Managed/CDI Bean

Asked

Viewed 99 times

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 ?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.