[opencms-dev] direct edit
Valerio Synclab
v.vianello at synclab.it
Tue Mar 9 15:33:24 CET 2010
Hi List,
I wrote this template to show up a field of my xsd complex data (with
resourceID=301)
<%@ taglib prefix="cms" uri="http://www.opencms.org/taglib/cms"%>
<cms:editable
provider="org.opencms.workplace.editors.directedit.CmsDirectEditDefaultProvi
der"/>
<cms:include property="template" element="head" />
<div class="element">
<cms:contentload collector="allInFolderDateReleasedDesc"
param="%(opencms.uri)|301" editable="auto">
<div class="view-lotto">
<h1><cms:contentshow element="IDLotto"/></h1>
</div>
</cms:contentload>
</div>
Now when I see my resource I can see the value of "IDLotto" and the 3
buttons for editing/deleting/creating resources. When I click on edit
opencms show me the backend editor.jsp with
my xsd data. But when I click on "new", opencms is stuck in loading the
editor.jsp page without creating any resource (further it doesn't report any
error.).
What do I have to do in order to solve my issue?
Best regards
Valerio
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20100309/8dd3a546/attachment.htm>
More information about the opencms-dev
mailing list