<h:form id="formId">
<p:wizard id="wizardId">
<p:tab id="tabId">
<p:dataTable id="tableId">
<p:column>
<h:commandLink value="remove" update=""/>
</p:column>
</p:dataTable>
</p:tab>
</p:wizard>
</h:form>
我只需要更新<p:dataTable>没有整个表格。我尝试使用@form, @parent, :formId:wizardId:tabId:tableId,但它们都没有按我的意愿工作。当我使用@form时,它正在检查我不需要做的验证。
我怎样才能做到这一点?