One of the columns on a table has native html, for example <a http=.,,>Link</a>

The jspx table is outputting the escaped version, but we need the native version so the link will work.

How can you get the Roo form to output the native html?

I want to put escapeXml="false" into the <table:column> tag, but this is invalid.

Thanks