Provides various methods to manipulate objects from Velocity. For example to check for null:
#set ($result = ...)
#if ($objecttool.isNull($result))
...
#else
...
#end
#if ($objecttool.isNull($result))
...
#else
...
#end
Select the pages to export:
Provides various methods to manipulate objects from Velocity. For example to check for null: