每个帮助我让一个 XSP.partialRefreshGet 工作。这对我来说很好用。谢谢你。现在我需要多次刷新才能工作:
XSP.partialRefreshGet("#{txtRateType}", {
onComplete: function() {
XSP.partialRefreshGet("#{CurrentBalancesSection}", {
onComplete: function() {
XSP.partialRefreshGet("#{PricingSection}}", {});
}
});
}
});
我收到运行时错误。知道我做错了什么吗?