Details
-
Bug
-
Resolution: Unresolved
-
Critical
-
None
-
14.10.11
-
Unknown
-
Description
Steps to reproduce:
- Create a document "Sheet" with contentÂ
Sheet {{velocity}}{{html}}$tdoc.getRenderedContent($tdoc.content, $tdoc.syntax.toIdString()){{/html}}{{/velocity}}
- Create a document "Page" with content
Content Page {{include document="Sheet.WebHome"/}}
Expected result:
When displaying "Page", the content stops at some point, probably after "Content Page Sheet Content Page" as the include macro detects recursion.
Actual result:
The content is quite long with repetitions of "Content Page" and "Sheet", ending in a error that says "java.lang.StackOverflowError".