Support Article
The & special character displays as & in the UI
SA-95668
Summary
When passing the '&' special character to the Pega application, it displays as '&' in the UI.
Error Messages
Not Applicable
Steps to Reproduce
- Create a new case.
- Pass the '&' special character.
Root Cause
An issue in the custom application code or rules.
Resolution
Perform the following local-change:
- Use Text instead of Field value.
- In the Value, include the below text.
<pega:reference format="pxTextInput" name=".prop1"></pega:reference>--<pega:reference format="pxTextInput" name=".prop2"></pega:reference>
Published October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.