I know there’s a simple answer to this, but my head’s hurting:
I have a series of SELECT combo boxes. What is displayed in each successive combo box is dependent on the previous selection. Processing on each selection is done with the AJAX PROCESSING option.
IT works provided all check boxes have at least TWO items to select from. The problem seems to be that if there is only ONE ITEM in the selection list, the user’s selection does not trigger ON CHANGE and the next successive selection combo boxes are not loaded with the related data items.
Is there a way to force a refesh of the other combo boxes under these circumstances?