NIHVIVO-1562 Working on dumping Java objects through method invocation

This commit is contained in:
ryounes 2011-04-12 19:11:00 +00:00
parent 9da3a7c6ab
commit f1288b90b5
3 changed files with 178 additions and 34 deletions

View file

@ -20,8 +20,8 @@ div.dump.var p {
<p><strong>Variable name:</strong> ${var.name}</p>
<p><strong>Type:</strong> ${var.type}</p>
<p><strong>Value:</strong> ${var.value}</p>
<#-- What to do here depends on time. Test either ${var.type} or ${var.value} -->
<#-- <p><strong>Value:</strong> ${var.value}</p> -->
</div>
<#-- This will work after we move stylesheets to Configuration sharedVariables