I am using a dijit dialog box to search multiple databases for documents, making a document collection. I am using the documents to retrieve values. All the retrieved values are pushed into an array which is then placed in a sessionScope variable. I have been able to refresh a computed field with the values from sessionScope variable however I need to cause an editable combobox to use the sessionScope variable. The editable combobox is on the dijit dialog box. Partial Refresh does not work.
Any advice appreciated on how to get it to work, or alternative approaches.