I have two combobox’s on my xpage. The first does a dbcolumn to a set of documents in the database. This works fine. The second does a dblookup to another set of documents based on the value selected in the first combobox (at least this is what I want it to do). I cannot seem to get the dblookup to work using the value selected from the dbcolumn.
The first combobox is set to do a partial update on the second combobox when the value is changed.
The formula for the values of the second combobox is:
Subject: Seems to be a problem with combo boxes only
I am facing a similar problem - trying to update a combobox’s options based on another value (radio buttons).
The combobox’s options will only change if I do a full refresh, but the radio button then also loses its value, reverting back to the default.
If I put everything in a panel and do a partial refresh (of the panel), the combobox’s options do not change. However, if I add a computed text field or a radio group to the panel, their values do change.