cancel
Showing results for 
Search instead for 
Did you mean: 

list box..

Former Member
0 Kudos

hi all,

when i am creating the a dropdownbyindex element i am gettin the error The ASSERT condition was violated.give me a solution.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

If you are using dropdownbyindex then you have to make sure that your context node is filled with the elements before screen rendered.

So, Fill the context node with elements in the wddoinit method.

thanks,

Rahul

Former Member
0 Kudos

Hello ,

Make sure that the cardinality of you node is 1:N or 0:N .

By default nodes are created with carinality 1:1.

Regards

Vivek

Answers (1)

Answers (1)

arjun_thakur
Active Contributor
0 Kudos

Hi,

Check transaction ST22. Check the call stack and the line of code that threw the assert and provide the details back here.

Regards

Arjun