Hi,

I am retrieving a selected item from a list/menu component on an
HTML page. The said value is passed as a parameter to a method
initiated through <jsp:useBean.


I am aware that when the user selects an item from the list/menu an
onChange event is triggered. I have handled this event by a javascript
function.


The table is populated according to the...