why g:no_escape not gen to html
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2024 01:22 AM
I have param with valuse is "Test <br> OK" is passed from UI Action.
I use j:set and RP.getWindowProperties().get('sysparm_msg') to get value (value has been obtained)
I want br tag is gened as same HTML tag. However, It still cannot gen HTML tag
This is code
This is Result:
this is the desired result:
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2024 01:53 AM
Hey @Le Son,
Can you try replacing line 13 with the following?
<g:no_escape>${jvar_param2}</g:no_escape>
Cheers
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2024 02:03 AM
It's still the same