xxf:readonly= "true"

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

xxf:readonly= "true"

Arjun
Hi  

  I want all the fields in the sections to be readonly. I have used xxf:readonly="true" for instance and its showing me error as

"Cannot update MIP information on non-VirtualNode NodeInfo.  " what does that mean.

Reply | Threaded
Open this post in threaded view
|

Re: xxf:readonly= "true"

Erik Bruchez
Administrator
It means you can't use MIPs (like relevant, constraint, calculate, etc.) on a readonly instance.

Instead, try:

<xf:bind ref="instance()" readonly="true()/>

-Erik
Reply | Threaded
Open this post in threaded view
|

Re: xxf:readonly= "true"

Arjun
Thanks Erik for the reply.