Issues happening in rendering JSP tags
I have a scenario where a comment is entered via the UI in a field of RichTextEditor type. This comment is stored in the data records, and later, it needs to be sent as part of a service request to another system. If the comment contains any JSP tags, those tags must be rendered before sending the request.
Currently, I've implemented this using a paragraph rule. For each new record, a new paragraph rule is created with the same content as the comment, and this paragrapgh rule is used to render the JSP tags. The issue with this approach is that it creates a new paragraph rule for every new record, which is not ideal.
For more details, please refer to the attached document.