Hi,
You can do it in multiple ways,
one you can use javascript and Ajax to get the value selected in the first combo by reading the onchange event and pass the selected value to the server using Ajax and get the list for the second field.
Second you can submit the form when the user changes selection in the first combo using javascript to the same jsp by passing the selected value as parameter and ready request parameter in the jsp to populate the second value.
Regards,
Rakesh
|