This code throws a Freemarker error when used with the inline replies feature and you hit the Preview button there. Specifically, this line: <#if (msg.uid)?has_content> The error is: An error has occurred when reading existing sub-variable "uid"; see cause exception! The type of the containing value was: extended_hash+string (lithium.eval.velocity.MessageTemplateModel wrapped into f.e.b.StringModel) I assume there is some way to error check for this condition, but I can't figure it out. Any tips?
... View more