Hi,
I need to have 6 radiobuttons horizontally in ABAP Web Dynpro.
I got the radiobuttons on the web page,
What I have done is
For each radiobutton I have KeyToSelect binded to rb1, rb2, rb3, rb4, rb5 and rb6 (rb1, rb2, rb3, rb4, br5 and rb6 are boolean)
For each radiobutton I have SelectedKey binded to group1 where group 1 is again boolean.
My problem is if I select the 2nd radiobutton, all the others buttons gets checked, except that radio button and if I try clicking it for the second time then it is fine.
Please let me know where I am going wrong or is it that I am missing something else to do.
Thanks
Sandeep