Hi I am trying to implement AJAX for populating data in secod dropdown menu when I select the item in forst dropdown menu.
I am able to send the request, I observed it by placing alerts in
JSP but I am unable to get the data in Action class and hence the response too.
I am not clear how to give URL of action class in the script function.
Thanks in advance.