Primefaces Dialog Framework - Open dialog - close it - open another dialog
问题 Primefaces 5.0, JSF 2.2, Wildfly 8.1 The following use case: Click a command button in a view (with some parameters) The bean method looks something up in the database - if necessary dialog1 is shown. In dialog1 there is a form and a command button. The command button in dialog1 is clicked, the bean method looks something up in the database. Dialog1 is closed and dialog2 , depending on the result of the bean method, is shown. bean1.java: public void buttonClicked() { Map<String, Object>