The following line of code is a generic version of a line in a template I'm working on. I have locked at the Velocity Template Language Documentation but I keep gettting errors no matter how I format this statement. This is my first real experience with VTL so I was hoping to get a set of experienced eyes on the issue:
#set($includeAttributes =
${firstResponseItem.attribute1} != null ||
${firstResponseItem.attribute2 != null)