Hi Chris,

Chris Howe wrote:
${${screens.render("component://xyz/webapp/xyz/publisher.abc.ftl")}?replace("string1", 
"string2")}

I think this should work:

${screens.render("component://xyz/webapp/xyz/publisher.abc.ftl")?replace("string1", "string2"}

Once you have quoted with ${} you don't need any more quoting.

HTH

Best regards,
Fabian.

Reply via email to