Custom control editable or read-only
Question:
I'm creating a custom control for input fields and I need to know if the field is read-only or editable. How do I do this with JSP tags or in Java?
Details:
The JSP when tag documentation says to use the following but I get an error when trying to save the rule.
<pega:when test="$THIS:isModifiable" >
The error I get when trying to save is:
content of stream definition—
when tag: :isModifiable is not recognized as a valid method of a ClipboardProperty