On my xPage I’ve set a combo box to do a partial refresh on another combo box to update the values (onchange).
Works fine, but if I add another listbox which takes a while to look up it’s own computed values, the partial refresh times out.
What this seems to suggest is that the partial refresh is also trying to update or at least look up the computed values for the list box as well. Surely there’s no reason for it to do this?
Is there a simple way round this?
Thanks