cancel
Showing results for 
Search instead for 
Did you mean: 

With UI elements use context node attributes?

Former Member
0 Kudos

Hello

I need to know if and which UI elements are using a specific attribute of a context node? How can this be achieved?

For instance which UI elements bind attribute 'lastname' of node 'employee' in change-mode?

Is this possible?

Kind regards,

Mathias

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Alex

But this is really disappointing. Are there any alternatives?

We need this because all validation and determination logic is done in the backend and accessed via an assistance class. In case the backend returns a message we need to know which UI element entered the wrong/invalid data and inform the message manager to display a message referring to the UI element ....

Regards, Mathias

Former Member
0 Kudos

hi matthias.....

try out this........

when the views load initially....

you read all the ui elements and their bindings and store it in a node. so when the backend returns the message, you can read the ui elements from this node with respect to the attribute and display the message.

---regards,

alex b justin

Former Member
0 Kudos

hi matthias......

you cannot do this because a single attributte can be bound to n number of ui elements.

---regards,

alex b justin