07-11-2018 04:22 AM
Hi, i have a problem when adding a code to display inputtext field. This is my code :
<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.
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.