我在visualforce页面上有一个顶点列表。当我单击保存按钮时,列表在进入保存功能时是实际列表的两倍。 。 。导致列表中的重复对象。这很奇怪,显示了27行,但在保存功能中返回了54行。这是我的保存代码:
<apex:commandButton id="saveButtons" value="Save" rerender="saveButtons" status="loading" >
<apex:actionSupport event="onclick" action="{!saveStaffing}" rerender="saveButtons, error" status="loading">
</apex:actionSupport>
</apex:commandButton>
之前有人看到过这种行为吗?
答案 0 :(得分:0)
有一个onchange函数重新呈现了pageblocktable,导致值在刷新之前刷新。