Galera é o seguinte eu tenho essa index.xhtml e quero chamar outro xhmtl que tem um dialog como eu faço ?
OBS:Eu sou iniciante, poria mostrar o xhtml de um dialog como seria ?
Abraços
index.html
[code]
<h:head>
Testel
</h:head>
<h:body>
<h:form>
<p:spacer height=“50%” />
<p:panel header=“Dialog” style=“width: 41%;”>
<p:commandButton value=“Abrir” style=“width: 100”}"/>
</p:panel>
</h:form>
</h:body>