I am using AjaxEditableMultiLineLabel to allow the user to enter a Velocity template in the editor and then preview the bound template content in the label.
I created a TemplateConverter class and overrode AjaxEditableMultiLineLabel#getConverter() method to return an instance of TemplateConverter. However, the AjaxEditableMultiLineLabel#getConverter() is never called. What am I doing wring and what is the recommended way to do this? Thanks, Alec
