cancel
Showing results for 
Search instead for 
Did you mean: 

Context Node binding causing BSP error

Former Member
0 Kudos

Dear Community,

I have two views in my component and wanted to display the userinput of View A in View B. A and B have had a Context Node each. I bound the Context Node of View A with the Context Node of the view controller and the Context Node of the view controller with the context node of View B.

I tested this and it didn't work so I deleted all the binding and I also deleted View B because the view was just for testing purpose. I also deleted the code added by wizard in the CREATE_'MYNODENAMES' methods.

Since I deleted everything I am wondering why I get the following BSP-Error as soon as I load my component in WebUI.

Did you ever fight with a problem like this? Can you suggest how to solve this Error?

Regards

Marcel

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Beskau,

This is binding error.

Check the CTXT Class of the component controller and all the views again and remove the binding code from the CREATE_(CONTEXT NODE) methods.

Also you can put break point in the line 23 in above screenshot where the exception is raised and see the call stack to check from where it is coming.

Hope above method will solve your issue.

Regards,

Naresh

Former Member
0 Kudos

Thank you! With the help of the call stack I was able to solve this.

Regards,

Marcel

Answers (0)