[opencms-dev] OpenCms 8.5.0 Add a content in container

Sandrine Prousteau s.prousteau at eurelis.com
Thu Sep 27 18:55:16 CEST 2012


Hi!!

We are testing OpenCms 8.5.0.
We found that adding a new content with drag&drop in a container only register the new content if we edit it once? It wasn't the case in OpenCms 8.0.4, we were able to add a new content in a container, and edit it later.

Do you confirm this? Is there an explanation?

Another issue, but I don't know if this is due to my jsp:
I have a basic content type, with the piece of code :

<cms:formatter var="content" val="value">
<div class="article">
<c:choose>
    <c:when test="${cms.element.inMemoryOnly}">
    	IN MEMORY
    </c:when>
    <c:otherwise>
      <c:set var="uri" value="${cms.element.sitePath}" />
      ${uri}
    </c:otherwise>
</c:choose>
</div>
</cms:formatter>

When I drag&drop a new content of this type in a container, it displays IN MEMORY, but there is no ADE button to edit it. When it is a content already registered, the ADE button appears. Is it normal?

Sandrine.




More information about the opencms-dev mailing list