由于某些演示需要, 我被卡在父版 h: form
标签中。 我该如何在不干扰页面外观的情况下完成这项工作?
<h:form>
....
....
<h:outputText value="Your city not listed? Add here..">
<p:dialog>
<h:form>
<p:commandButton value="Add" action="#gpController.create()}" />
</h:form>
</p:dialog>
....
....
</h:form>