cancel
Showing results for 
Search instead for 
Did you mean: 

Help RadioButtonGroupByKey

carlos_valentini3
Participant
0 Kudos

Good day.

In a view have a componente type RadioButtonGroupByKey.

With the options: YES and NO.

I want start the interface will alredy come marked with NO option,

what property do I change or what methodi use to do this?

Thank you

Accepted Solutions (1)

Accepted Solutions (1)

vdurgarao09
Contributor
0 Kudos

Hi Carlos,

What attribute your bind that one having YES and NO option.While loading the View set the value No.

Otherwise read this link

RadioButtonGroupByKey - Developing Java Web Dynpro Applications - SAP Library

BR,

Durga Rao.

carlos_valentini3
Participant
0 Kudos

It worked, I implemented the code:

wdContext.currentContextElement().setTipoPessoa("2").

Thank you.

Answers (0)