In a JSP i need to slect one of the values in the combo box, based on the value i selected the second combo should list the values. After selecting one of the value in the second combo box, i need to display the third combo box list based of the values selected in the first and second combo box values.
I need to do this only in the JSP without taking to any database of to any service. Can any one tell me whether it is possible to do and help to fix this.