You can buy this project and download/modify it how often you want.
[Debug] WebWork ValueStack Debug Stack Context These items are available using the #key notation KeyValue #set ($index = 1) #foreach ($contextKey in $stack.context.keySet()) $contextKey$stack.context.get($contextKey) #set ($index = $index + 1) #end Value Stack Contents #set ($stackContents = $parameters.stackValues) ObjectProperty NameProperty Value #set ($index = 1) #foreach ($stackObject in $stackContents) $stackObject.key #set ($renderRow = false) #set ($propertyMap = $stackObject.value) #foreach ($propertyName in $propertyMap.keySet()) #if ($renderRow == true)#else #set ($renderRow = true) #end $propertyName $!propertyMap.get($propertyName) #set ($index = $index + 1) #end #end