我需要对多个组件进行部分刷新,如下所示:
http://xpageswiki.com/web/youatnotes/wiki-xpages.nsf/dx/Work_with_events_and_partial_or_full_refresh
所以我想我会从一个小组件开始,然后放置代码:
XSP.partialRefreshPost("#{txtProductType}");
在单选按钮组的客户端单击事件中。显示页面时,我得到:
The runtime has encountered an unexpected error.
知道我做错了什么吗?