Line breaks not coming over into UI Pages
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2020 10:45 AM
We have a bit of customization built into our incident module to help with Major incidents notifications. We have a UI action that opens a UI page. On the UI page, we have a field that copies the values from a field on the incident form(u_mi_email_body). The problem that we are having is that the value is coming over, but its not picking up line breaks.
If the incident form says
Line 1
Line 2
It will come over as Line1Line 2
Below is the line of code that copies that value
<j:set var="jvar_email_body" value="${RP.getWindowProperties().get('u_mi_email_body')}" />
<g:ui_multiline_input_field label="Email Body" name="email_body" value='${jvar_email_body}' size="50" />
How do I add a line break within this code to allow the UI page to pick up the line breaks from the incident form?
Please let me know if I need to share more code.
Thank you

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2021 12:51 AM
Did you ever solve this? Got the same problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2021 06:24 AM
I ran into same issue with UI Page. Did you able to resolve this ?
Thanks,
Ashish