Drag and Drop Error

I used the following script to change the metadata Drag and Drop:

  link="/nuxeo/dndFormCollector.faces?schema=SCHEMA_MDS&layout=Layout_teste01"
  order="30" label="label.smart.import.with.md"
  help="desc.smart.import.with.md">
  <category>ContentView</category>
  <filter-id>create</filter-id>

And got the following error:

/ layouts / layout_listing_ajax_template.xhtml 146.59 @ value = “# {value.data ['dc'] ['title']}“: Target Unreachable, 'data' returned null on 'java.util.HashMap'

0 votes

1 answers

1816 views

ANSWER



Are you sure you don't override this template in your own project. Because I don't see in Nuxeo source code

{value.data ['dc'] ['title']}

in this template (See github)

0 votes



This expression is not really in this template, but it's referenced there by the layout system (it's generated from widget configuration)
02/07/2014