cancel
Showing results for 
Search instead for 
Did you mean: 

Node invalidates when returning from Component controller

Former Member
0 Kudos

Hi

I have a very strange mapping behavior in my app.

In my view I have a value node 0..n which is bound to a table.

.. Exceptions

- type

- text

When in my component controller an exception of any sort is thrown, the exception is directed to a method

where I extract the information and type of error (Error, Warning , Success) and fill the mapped Exceptions node.

The problem is that sometimes the table in the view is filled up with all the elements I created in the component controller

and sometimes it is not. I have checked the size of node in the component controller and found it to be for example

8. when returning to the view the same node has the size of zero.

I do not have any invalidate instruction in the middle.

any idea?

regards

yuval peery

Accepted Solutions (0)

Answers (1)

Answers (1)

p330068
Active Contributor
0 Kudos

Dear Yuval,

Please recheck your code for the population of the context node.

It might be something missing in the code. please paste your code here to check the issue.

Best Regards

Arun Jaiswal