Hi,
I have created two dynamic actions. Both are set to be fired on page load on the same page. (1) set_value and (2) hide/show region. I want them to work as follows:
with the set_value, I want a particular value in the page item (teacher_id) [this works fine]
with hide/show region: I want to hide a region based on the value in page item (teacher_id)
the second one never works. Please suggest a solution.
Note: when I use the hide/show region (dynamic action) with a select list on the page item (teacher_id), it works fine. However, it does not work when I get value in (teacher_id) through then set_value (dynamic action).