Orbeon Forms community mailing list
Search
everywhere
only in this topic
Advanced Search
xxf:readonly= "true"
Classic
List
Threaded
♦
♦
Locked
3 messages
Arjun
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
xxf:readonly= "true"
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.
Erik Bruchez
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: xxf:readonly= "true"
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
Arjun
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: xxf:readonly= "true"
Thanks Erik for the reply.
Free forum by Nabble
Edit this page