i try to create mobile application with 2 item(slider).when i change the item(days ,month) to reflect the region source should refresh with slider values.
- item one as DAYS (P5_DAYS)
- Item two as MONTHS (P5_MONTH)

how can add the dynamic action to reflect the report region?
select * from DEMO_PRODUCT_INFO where to_number(to_char(IMAGE_LAST_UPDATE,'DD'))=to_number(to_char(:P5_DAYS,'DD'))
and to_number(to_char(IMAGE_LAST_UPDATE,'MM'))=to_number(to_char(:P5_MONTH, 'MM'))
I have create the DA for both item(s) to change items>page submit.. the page is not refresh and back to previous page no.

mobile theme: jQuery Mobile Smartphone - 50 *
Dev environment: apex.oracle.com
Thanks.