you should call escapemodelstrings on the component that the column generates, not the treetable itself
-igor On Fri, Mar 14, 2008 at 2:36 AM, wenm <[EMAIL PROTECTED]> wrote: > > Hi, > > I create a treetable, for one of the columns I would like to show the HTML > tags, such as , so I try to disable the HTML escape using > treeTable.setEscapeModelStrings(false); But it does not work at all, it > stick to escape the "<" and ">". > > I use wicket 1.3.1, and I have tested with another component Lable, it works > fine with setEscapeModelStrings. > > I don't know whether I miss something or the escape html does not work for > treeTable. Does anybody know how to do? > > Thanks in advance! > > > -- > View this message in context: > http://www.nabble.com/TreeTable-escape-HTML-does-not-work-tp16047309p16047309.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
