Question
5
Replies
462
Views
Posted: October 4, 2019
Last activity: October 21, 2019
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
I also tried the following but that always returns true (meaninig it evidently thinks it's always in a read-only section according to the documentation).
I also tried the following but it also always returned true.