cancel
Showing results for 
Search instead for 
Did you mean: 

Rendering Problem in PDA

Former Member
0 Kudos

Hello Experts,

I am creating an OCA application, in which i have having a table in the View , which is bound to the view context node.

This view context node is inturn mapped with the component context node. I am creating a new context element for this node at runtime. After creation of this element, it is getting reflected in the Table present in View. But the problem arising is, in the table, 2 of the columns are input fields and rest all are text views. The input fields have some value by default on load of view.

When i create a new context element at runtime, the data for these two input fields are not getting refreshed. if suppose there are 3 rows in the table, then for both the input fields, the same data as the first row is repeating in all rows.

If i bind these two context elements to a text view type of column, the correct data is coming.

I have checked the view context, it has the correct data. It is a rendering problem which I am facing.

Please help!!

Regards

Priya

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Priya

After creating context elements, can you please try this code

wdContext.node<Node>().reload();

Regards

Vidyadhar