primefaces-dialog verschwindet nach der show bis

Habe ich eine Befehlsschaltfläche und ein dialog. Das problem ist, nachdem das Dialogfeld angezeigt wird, es verschwindet(1-2 Millisekunden später). Gibt es da ein problem mit meinem commandbutton oder dessen dialog-Problem?

<p:commandButton id="showDetailsButton"
     title="Details"
     onclick="details.show();"
     process="@this"
     update=":tabView:myForm:myDialogId"                                         
     icon="ui-icon-search">                          
</p:commandButton>


<p:dialog id="myDialogId"
      header="Details"
      widgetVar="details"
      resizable="false"
      height="600"
      width="450"                  
      >
//some stuff
</p:dialog>
  • Bitte Lesen Sie @BalusC die Kommentare auf meine Antwort. Sie brauchen, um mehr details in der Frage!
Schreibe einen Kommentar