cancel
Showing results for 
Search instead for 
Did you mean: 

Checkbox not selected during runtime

0 Kudos

Hi Experts,

I'm facing an issue with checkbox ui element in my webdynpro application.

I added a checkbox on my view and bound the property CHECKED with Context attribute CHECK_BOX and also specified On_Toggle action.

I wrote following code in my event handler method.

My requirement is to execute some code when I check the checkbox but the value of lv_check_box is always initial during runtime.    

How can I solve this issue, please suggest.

Thanks,

Satish

Accepted Solutions (0)

Answers (1)

Answers (1)

ramakrishnappa
Active Contributor
0 Kudos

Hi Satish,

Make sure that you are reading the right attribute ? check if property "checked " is bound to other context attribute.

If you are not able to figure out the cause of issue. Please share the screen shots of layout of checkbox, along with context node details.

Regards,

Rama

0 Kudos

Hi Rama,

Thanks for your reply.

I am reading the right attribute and bound to correct context attribute. But I'm still having issue.

Here are the screenshots.

ramakrishnappa
Active Contributor
0 Kudos

Hi Satish,

Thanks for the snapshots.

But still I expect you to share context node details.

Regards,

Rama

Gowtham
Contributor
0 Kudos

Hi Sathish,

What is the type of the attribute that you are using for the check box?

and make sure that you are reading the same attribute that you 've binded with the check box UI element.

- Gowtham