由于某些演示需要,我h:form
在 parent 中遇到了一个标签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>