RMPApplication.showErrorBox(dialog_title, P_computed.rtn_mesg);
If I use \n \\n or <br /> in the value assigned server-side to rtn_mesg in Freemarker, the result is that the literal text is displayed, not a line break - so it seems special characters are being escaped.
I realise I can now do this, if I use <br> wherever I want a line break in the Freemarker assignment:
RMPApplication.showErrorBox(dialog_title, P_computed.rtn_mesg.replace(/<br>/g, '\n'));
Sabine EL RASSY
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/5ff16874-6ae0-43ab-9f61-54b987bf9d1c%40runmyprocess.com.
--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "RunMyProcess Support Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum...@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at http://groups.google.com/a/runmyprocess.com/group/supportforum/.
For more options, visit https://groups.google.com/a/runmyprocess.com/groups/opt_out.