cancel
Showing results for 
Search instead for 
Did you mean: 

Singelton property already set to True and cannot be modified

Former Member
0 Kudos

Hi

I have created a context node and its 2 sub childs in component controller context.

Singleton property for this node is set to TRUE by default.

There is no dropdown adjacent to it so I cannot change it to false.

Why is it readonly !

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Saurabh,

The singleton proprty of the parent node will always be true. It cannot be changed to false.

Regards,

Himanshu

Edited by: Himanshu K on Dec 9, 2009 1:15 PM

Former Member
0 Kudos

Thanks Himanshu.

The reason I think is.... there is no sense of having two instances of root node available simultaneously at runtime.

Am I correct !

Former Member
0 Kudos

Yes Saurabh,

Thats the precise reason

Himanshu

Answers (1)

Answers (1)

Former Member
0 Kudos

Does the node have a model binding? In this case some properties such as "Singleton" are fix for subnodes that stem from model relations.

Former Member
0 Kudos

No, it does not have any model binding.

This controller context node is mapped to view context node.

And view context node is again binded to table UI control.

Singleton property for both, controller context node and view context node are set to true by default, and cannot be modified.