Get parameter values from component
Hi @1905403 i had created an component with drop down the data source i get from servelet like :
<datasource
jcr: primaryType:"nt: unstructured"
Sling: resourceType="/myservlet/path" />
It's possible to get parameter value from this datasource to my java model?
And what i am trying to do is dynamically populate value based on first drop down bring out the values on second dropdown like in first drop down choosing India the states of India bring out in second one? What are ways to make it as possible please