I want to create a listbox in a jsp page. I want people to be able to choose multiple options...
Also i want if one option is selected, people should not select another option.
EXAMPLE
If b is selected people can select a and c.
But if a is selected people can't select b and c...