I have a Label (cms content) which holds other labels. The content of my label looks like that:

<%=ivy.cms.co("/Labels/Labels/username")%> or <%=ivy.cms.co("/Labels/Labels/password")%> is incorrect.

It works fine in JSF UI's with this code:

"#{ivy.cms.co('/Labels/Messages/loginFailedMsg')}"

But if I fill a process variable over a ScriptStep like this...

out.message = ivy.cms.co("/Labels/Messages/loginFailedMsg");

... the integrated contents are not rendered.

Is there a way to get the fully rendered label in a ScriptStep?

asked 28.07.2015 at 11:36

Adrian%20Imfeld's gravatar image

Adrian Imfeld
(suspended)
accept rate: 77%

edited 28.07.2015 at 11:37

Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×33
×26

Asked: 28.07.2015 at 11:36

Seen: 1,762 times

Last updated: 28.07.2015 at 11:37