cancel
Showing results for 
Search instead for 
Did you mean: 

Set bind text property on Linktoaction UI dynamically

former_member189690
Participant
0 Kudos

Hi guys,

I've tried to find any similar solution but I don't find any.

In my view VIEW I have five Linktoaction ui elements that has text property bound with an attribute of a node. But, it's possible that not all linktoaction should be showed on the screen, it depends of internal tables entries.

How can I avoid the error when context is trying to set the data on Linktoaction?

I put error message:

"Context binding of property TEXT cannot be resolved: The node V_HOME.1.N_INCREMENTO_ANT_1 doesn't contains any element."

I hope the question is clear.

Regards!

Edited by: vanbelal on Apr 20, 2010 11:30 AM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

It looks like, that yout context node V_HOME.1 has no elements ( = no data ), try to fill your context node by some data ( by supply method for example). Or you can try change cardinality of your V_HOME.1 node to 1..n.

Regards Jiri

former_member189690
Participant
0 Kudos

Thanks Jiri!

Just changing cardinality it works fine!

I think I've to review basic concepts!

Regards

Answers (0)