On my tableView I have

 <binding name="columns">literal:
      * id:getId(), englishTitle:getEnglishColumn(), 
frenchTitle:getFrenchColumn()
    </binding>


the 2nd and 3rd columns return some html links, but they get escaped.

How can I get these to get displayed as html? I've tried adding a raw="true" in 
the html, but it's not working... also tried

 <component id="tableView" type="contrib:TableView">
    ...
    <binding name="raw" value="true" />
  </component>

But no dice.

Anyone have any tricks?

Thanks,
Greg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to