cancel
Showing results for 
Search instead for 
Did you mean: 

Radio Button Gets UnSelected

Former Member
0 Kudos

Hi Experts,

i am faced with a peculiar problem:

i have created 3 radiobuttons(not rb group or rb by index) and binded the "SELECTEDKEY" property to the same attribute in a node whose cardinality is 1:1 and selection is 1:1.

Now my problem is when ever i select the first 2 radiobuttons they work fine but on selecting the 3 radiobutton it gets un-selected on its own .

i am confused as there is no action from my end to do this action please let me know as to where i might be going wrong.

Appreciate Your Replies,

Chaitanya.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

just to make sure you did all right. You have 4 attributes in the node right? one for selected key and three for each option.

if you switch from one button to the other the "keyToSelect" property gets copied into the "selectedKey" property.

did you do that, I was confused by that once.

Stefan

Former Member
0 Kudos

Thanks , the problem was with wrong length of the value being passed to the "key to select" attribute.

Chaitanya.