how do I refresh a select-list using a dynamic action?
jortSep 17 2010 — edited Dec 17 2010Here is my scenario.
I have a page with a database form. One of the items is a select-list. I want to refresh this item dynamically. I have created a dynamic event that fires, but it does not refresh the select-list. The little java icon just spins and the select-list remains empty even though it should have several options.
I tried putting the select-list item in its own region and did a region refresh. This does not work either.
So for some reason I cannot refresh a select list page item or the region. I mocked up a report region on the same page (just for testing), the dynamic event CAN refresh the report region just fine.
Josh