I have a category and subcateory DCR. I need to populate subcategory based on category selected.
I am able to populate category selectbox using inline-callout and parsing DCR in an .ipl file.
But i couldn't attach a onchange event to that category selectbox.
I want to attach a onchange event to that category selectbox, call a jquery ajax to call a .ipl file to parse DCR file and populate subcategory selectbox.
Can anyone give me a sample ?