What I want to do:
I have a
jsp page where initially there is a single html select tag with its options retrieved from database that contains the list of moderators assigned.
On value change of the the select box i want to show the detailed description of the moderator on the same page.
Problem:
The problem is I cant get the way to retrieve data on value change as I cant take the value change from javascript and pass this value as parameter in
java to retrieve the description.
So how to detect the value change in jsp...
Or suggest me some other way to deal with this problem...