I am working on APEX5.0 and have created mutiple regions on same page.Each region has its own bar chart. For Each bar chart I have 2 date pickers ( start date and end date) and a button to display the results based on the date entered.
Now , I need to add a validation for start and end date such that invalid date format should not be allowed. This I want to achieve using a dynamic action and not by submitting the whole page.
In my case, since there are multiple regions with their own bar charts on same page, I have added a dynamic action on the button to refresh the chart for that particular region only.
How do I add validation on dates without submitting the whole page?
Please suggest .
Regards,
Mukul