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:
rjy7 2010-07-29 13:44:53 +00:00
parent 98e5283ab1
commit 1ccde72b40
6 changed files with 111 additions and 53 deletions

View file

@ -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")}