Document header problem

Hi, i have a problem when adding a code to display inputtext field. This is my code :

<extension target=“org.nuxeo.ecm.platform.forms.layout.WebLayoutManager”

point="layouts">

<layout name="textWidgetLayout">
  <templates>
    <template mode="any">/layouts/layout_default_template.xhtml</template>
  </templates>
  <rows>
    <row>
      <widget>textWidget</widget>
    </row>
  </rows>
  <widget name="textWidget" type="text">
    <labels>
      <label mode="any">Text widget</label>
    </labels>
    <translated>false</translated>
    <fields>
      <field>lds:textField</field>
    </fields>
    <properties widgetMode="create">
      <property name="required">true</property>
      <property name="styleClass">dataInputText</property>
      <property name="SUMMARY_PANEL_BOTTOM"></property>
    </properties>
    <controls mode="any">
      <!-- enable ajax submit on change/click/select on demo application -->
      <control name="supportInsideInputWidgetEffects">true</control>
    </controls>
  </widget>
</layout>

Error log File :

2018-07-11 09:20:16,768 ERROR [org.nuxeo.ecm.platform.forms.layout.facelets.LayoutTagHandler] Layout 'document_header' not found 2018-07-11 09:20:16,944 ERROR [org.nuxeo.ecm.platform.forms.layout.facelets.LayoutTagHandler] Layout 'bulkEdit@edit' not found 2018-07-11 09:20:16,994 ERROR[org.nuxeo.ecm.platform.forms.layout.facelets.LayoutTagHandler] Layout 'bulkEdit@edit' not found

Thanks.

0 votes

0 answers

1611 views

ANSWER