Hi,
I have an async table with 3 colums (Column A, Column B and Column C).
The controls in the table are all Dropdowns. The values (Choices) for the Dropdowns can be mocked.
New rows can be added to the table (see tableOutline.jpg).
When the value in Column C changes I want to make a refresh on the other two dropdowns (Column A and Column B) on the same row. For this in the Client-Side Events > Change of columnCDropdown I have the following javascript:
CAF.model('#{activePageBean.clientIds["defaultForm:mockAsyncTable:columnADropDown"]}').refresh();
CAF.model('#{activePageBean.clientIds["defaultForm:mockAsyncTable:columnBDropDown"]}').refresh();
When I first load the page and I add a few rows the table looks ok (see tableInBrowser.jpg).
After I change the values a few times (try it about 10 times) in a dropdown from Column C (the above javascript is executed) some of the dropdowns in Column A and Column B disapear (see tableInBrowserBAD.jpg).
Does anyone know the reason for this strange behavior?
#webMethods#MWS-CAF-Task-Engine#webMethods-BPMS