Hi,
How do I programmatically (in a JSP) set as 'selected' an item in a dropdown? Following is my code.
<cq:include path="./country" resourceType="foundation/components/form/dropdown" />
I have a list of countries in the dropdown and want a country to be selected based on a value passed to the JSP.
Thank you.
Cheers,
Viren.