How to use dynamic action to refresh region in Jquery UI theme ?
HI
I new to Apex and creating an apex application using the jquery mobile theme but having an issue with region refresh.
I have created a drop down list and added a dynamic action On Change, Item, with the ID of the select list and created a true action to refresh, region and region name.
When i change the list nothing happens and when looking in chrome or firebug, there are no XHR requests happening. After searching around, i figured that something was missing.
I came across this https://jholoman.wordpress.com/2012/02/26/apex-4-1-page-items-to-submit/ which implied the refresh true action works in reports but doesnt mention other triggers like change of action.