The problem is created by the select_path_tree used in
documents.

Schema:
 <xs:element name="dtr" type="nxs:stringList" /> 

Widget:
    <widget name="dtr_path_widget" type="select_path_tree">
      <labels>
        <label mode="any">label.layout.dtr.label</label>
      </labels>
      <translated>true</translated>
      <fields>
        <field>dtr:dtr</field>
      </fields>
      <properties widgetMode="edit">
        <property
name="styleClass">dataInputText</property>
        <property
name="labelOpenPopUp">label.dtr.addPath</property>
        <property name="showAllDomains">true</property>
      </properties>
    </widget>


Layout:
    <layout name="DTR">
      <templates>
        <template
mode="any">/layouts/layout_default_template.xhtml</template
>
      </templates>
      <rows>
        <row>
          <widget>dtr_path_widget</widget>
        </row>
      </rows>
    </layout>   

---
Mailing list: [email protected]
Forum: http://forum.nuxeo.org/f/1/

Reply via email to