I have question: My xpages contain a field that contain creator of document. The issue is: When ReadOnly field is Enabled, the agent can't get value of the field from context.
I want user can't change the value of the field How to solve it?
Note: there a button that will call the agent to process the context
Thank you for your help
<span>
tag. Some options you can try are - (1) Make readOnly field using JavaScript (2) Make read-only field usingattr
property (3) Use show read only as disabled property in Xpages (4) Use<xp:inputHidden>
control in XPages – Naveen