05-30-2014 06:45 AM
I added a new schema following nuxeo documentation, defined the layout used to render this schema's document model but i keep getting this error on form submit: Conversion Error setting value '' for 'null Converter'.
05-30-2014 07:01 AM
Can you add more information please? What's the schema's type? how you declare the layout? in what moment you get the error?
05-30-2014 11:12 AM
More Info as Requested!!!
05-30-2014 11:27 AM
the problem is in the widget's definition, you have to put the property with his schema prfix: prefix:property
in yout case that will be:
<widget name="unit_code" type="text">
<labels>
<label mode="any">Unit ID</label>
</labels>
<translated>true</translated>
<fields>
<field>unit:code</field> <!-- here you have to change -->
</fields>
<properties widgetMode="edit">
<property name="styleClass">dataInputText</property>
</properties>
</widget>
05-30-2014 12:27 PM
Thanks a lot for the help. Nonetheless, I keep getting property not found warning after modifying to your suggestion. Such warnings are
05-30-2014 12:30 PM
Why do you declare the schema inside a Facetand then the facet inside the document? Try declaring the schema direct in the document
05-30-2014 12:47 PM
The warning is still there after I modified to this
05-30-2014 12:56 PM
And how are you declaring the relationship between your document and the layouts?
05-30-2014 01:16 PM
<nxl
05-30-2014 02:59 PM
Thanks a bunch LEANARDO!
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.