1-) JSF - PRİME FACES DİAOLOG
1-)index.xhtml içi
<h:body>
<h:panelGrid columns="2" cellpadding="5">
<p:commandButton value="Effects" type="button" onclick="PF('dlg3').show();" />
<p:dialog header="Effects" widgetVar="dlg3" showEffect="explode" hideEffect="bounce" height="100">
<h:outputText value="E-posta adresi veya cep telefonu numarasi = "/>
<p:inputText id="username" required="true"
label="username" size="40" value="#{userBean.username}" />
<p:watermark for="username" value="Username *" />
</p:dialog>
</h:panelGrid>
</h:body>