On 12/05/2010 08:43, Bob Schellink wrote: > However scanning through the source code, the ClickUtils still escapes HTML > characters as HTML > entities. Meaning the "values" you put into the Form or Table would still be > escaped as HTML instead > of XML.
This is indeed the issue. I've opened a JIRA[1] to use XML unicoded entities instead of HTML. The StringEscapeUtils seems quite slow, so I'll look at a more performant implementation. Kind regards Bob [1]: https://issues.apache.org/jira/browse/CLK-674
