If are allowed to use Ajax then you can do it, or you can submit the form after combo box selection and update the form bean with the new value and return to the same jsp, in the jsp you can have a condition to check for the value you've populated after the combo box selection and display the table with the data.
- Rakesh
|