xpages - How do I partial refresh elements which were rendered before my result was calculated? -


I need the value (list of entries) from a repeat control in the combo box above that control. Dynamically filtered by, the combo box (of course) always shows the results of the last filtering. After repeating, how can I force the combo box to refresh?

Should be simple - but I do not get the solution

thx beforehand, enter

You can find examples of partial refresh on the example (and a little more) for example these articles: and

In this way you can give a suggestion how to implement.


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -