I have a
Jsp page with a radio button matrix like this
Time Name
10-10:30 A O B O C O
11-11:-30 B O C O
here A,B,C are service providers. according to there available timings the above matrix gets generated.
like in the time slot 10-10-30 all the service providers are available , in 11-11:30 only two service providers B,C are available.
The question here is that an end user "D" should be able to select only one service provider for one time slot only.
That means from the above matrix only one radio button should get selected.
I have implemented the code for one service provider.
PROBLEM
when i try to select in the case of multiple service providers all the radio buttons of a row gets selected. I just want only one radio button from the whole matrix to get selected.
I dont know how to handle this.
I cannot post the code as I am working in some organisation.
Please Help
Hints are also appreciated.I understand that without the code much help can't be expected.
Regards :)