Hi all,<br><br>I'm trying to use the DisplayWidget to render one field that is yet not editable. As I could find (<a href="http://www.opencms-wiki.org/wiki/DisplayWidget">http://www.opencms-wiki.org/wiki/DisplayWidget</a>), the widget looks for a "....disabled" key to find the help text to render. But in my box it escapes the text, that is, the white spaces are transformed into %20s, and the text is not readable any more.<br>

<br>I have also found in the code, that when not using the "new style", OpenCms escapes the produced html (<a href="https://github.com/alkacon/opencms-core/blob/master/src/org/opencms/widgets/CmsDisplayWidget.java#L126">https://github.com/alkacon/opencms-core/blob/master/src/org/opencms/widgets/CmsDisplayWidget.java#L126</a>).<br>

<br>My questions:<br>- How could this "new style" be activated?<br>- Is using this "disabled" postfix the way to add help text to the workspace editor?<br><br>Regards,<br><br>Alberto Gallardo<br>