Hi all i'm trying to use cms inside another cms, i have a cms structure as below (i use insert cms marcro from ivy): so i create a Ivy project then try to get this cms inside html dialog, everything work fine. But if i get that cms in java/ivy script then the cms of second level is not evaluated correctly, it's still a marco, even i show this on screen. What is different of two ways here? asked 21.11.2016 at 11:58 trungdv |
It's correct that embedded macro are only expanded in a JSP or JSF context. If you require embedded macro expansion in Java/IvyScript you can do that by using internal API. The following sample util expands embedded macros:
answered 23.11.2016 at 11:23 Reguel Werme... ♦♦ |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 21.11.2016 at 11:58
Seen: 1,724 times
Last updated: 23.11.2016 at 11:23