Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Is there any way to prevent from escaping the value of the expression?

ESCAPING expression value
0
Posted

Is there any way to prevent from escaping the value of the expression?

0

For most types of expressions (and expr: attributes) will do the equivalent of a String.valueOf() on the value, and then escape the resulting string. A notable exception is objects of type GxpClosure where the writeHtml method is called and no escaping is performed. If you are suffering from excess escaping you can either create an implementation of the appropriate GxpClosure interface, or instantiate one of the implementations included as part of the runtime library.

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123