cancel
Showing results for 
Search instead for 
Did you mean: 

Deselecting Radio Button by key

Former Member
0 Kudos

Hi all,

I have a requirement in which i have a dropdown for month, radio button by key (lets take with values A&B) and an input field. The requirement is,

step1: I select "JANUARY" in dropdown

step2:I select "A" from radio btn group. On select action of this radiobuttonbykey, RFC is called, which will return either true or false.If true i am making the input field visible. Lets take for now RFC is returning true and I have made the input field visible.

Step3: next the combination i expect is MARCH(dropdown) & A(Radiobutton value).

step4:now i m changing the month to "MARCH". At this point radio button value is "A"(since it was selected in the previous case). Now RFC is not called. if select "B" and come back to "A" only the RFC is called.

SO what help i am expecting is on select action of the dropdownbykey, I want to deselect the radiobutton. So that i can prompt the user to select the radiobutton mandatorily.

Please tell me how to deselect a dropdownbykey.

Thanks&regards,

Sakthi

Accepted Solutions (1)

Accepted Solutions (1)

former_member182374
Active Contributor
0 Kudos

Hi,

Just set the context attribute value of the radio button to null...

Regards,
Omri

Former Member
0 Kudos

Thanks Omri!!!I tried every other way forgetting the basic check. It is working .

Answers (0)