NIHVIVO-564 Going back to using toString() methods for template model dump since it already handles nested collections. Improvements to DumpDataModelDirective so it dumps out values as well as variable names.
This commit is contained in:
parent
98e5283ab1
commit
1ccde72b40
6 changed files with 111 additions and 53 deletions
|
@ -46,12 +46,14 @@
|
|||
|
||||
<p><strong>Berries: </strong>${berries}</p>
|
||||
|
||||
<#--
|
||||
<@dump var="now" />
|
||||
<@dump var="urls" />
|
||||
<@dump var="fruit" />
|
||||
<@dump var="trueStatement" />
|
||||
<@dump var="falseStatement" />
|
||||
<@dump var="falseStatement" /> -->
|
||||
|
||||
<@dump var="zoo1" />
|
||||
<@dumpDataModel />
|
||||
|
||||
${stylesheets.addFromTheme("/sstest.css", "/sstest2.css")}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue