hello,
It works, with small exception related to orbeon 4.8 'iteration' elements,
like here:
version found in prototype inside form-definition:
<repeated-contact>
<repeated-contact-iteration>
<repeated-email>
te...@a.com</repeated-email>
<repeated-phone>p1</repeated-phone>
</repeated-contact-iteration>
<repeated-contact-iteration>
<repeated-phone>p2</repeated-phone>
<repeated-email>
te...@a.com</repeated-email>
</repeated-contact-iteration>
</repeated-contact>
vs version expected by form-record:
<repeated-contact>
<repeated-email>
te...@a.com</repeated-email>
<repeated-phone>p1</repeated-phone>
</repeated-contact>
<repeated-contact>
<repeated-phone>p2</repeated-phone>
<repeated-email>
te...@a.com</repeated-email>
</repeated-contact>
What is most simple way to synchronize them?
Can I say somehow "data-format-version=edge" when putting new form record,
or is there any other way to make runner accept iteration element?
Are there other differences between prototype stored in form-definition and
form-record?
thank you,
Radek
--
View this message in context:
http://discuss.orbeon.com/create-form-record-using-crud-tp4661758p4661777.html