[opencms-dev] version 8.5 formatter problem

Víctor Martín venosov at gmail.com
Tue Oct 2 22:15:46 CEST 2012


Hi, there is a big problem with the migration, if you have a simple
formatter like:

<%@page buffer="none" session="false" taglibs="cms"%>
<cms:formatter var="content" val="value">
    <div>
        <div>${value.Title}</div>
    </div>
</cms:formatter>

you won't see the symbol to edit that string in ADE with v8.5 (in 8.0.4 it
works, Title is a OpenCmsString), but if you change to:

<h2>${value.Title}</h2>

it'll work, any suggestions? Thanks in advance.

The same case for span --> h2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20121002/d140496f/attachment.htm>


More information about the opencms-dev mailing list