Site definition Settings
CAPicture
A CAPicture can be configured in Table Column Properties to use values from other columns.
${baseUrl}images/verify/${column1}.png
Column references 1 to 5 are also available for configuration in Table Column Properties, e.g. ${column5}
.
Additional properties, like ${baseUrl}
can be added in the sitedef, in VelocityProperties
.
<VelocityProperties>
<Property name="baseUrl" value="http://localhost:8080/comflow/"/>
</VelocityProperties>