cancel
Showing results for 
Search instead for 
Did you mean: 

UI Element CheckBox: Binding Error?!

TimoScharmann
Participant
0 Kudos

Hi folks,

I want to translate the caption of one CheckBox item to different languages. So I have created a binding for text element to an context attribute of type string. The context attribute should be filled by using a specific assistance class later.

The problem is, that the default value, maintained for the context attribute, is not displayed on the web dynpro. The CheckBox item only displays a 'X'.

Does anyone know, what is wrong?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Bind the 'text' property of the check box to the context attribute

then you will get the default value

Hope this helps U

Thanks and regards

Tamilselvan.K

TimoScharmann
Participant
0 Kudos

Thanks Tamilselvan, but the problem was caused by bindings to wrong context attributes.