Hi @Prashardan, You can update your servlet to accept request params as country/state. if you are calling servlet for the country dropdown, pass the country value in request param, and create a method to get the states from the nested json depending upon the country value.And implement the same for ...