I am attempting an scenario where PIPA XForm initiates an process. This initial form uses the table element (xforms:repeat) to have dynamic input fields. I've attached proper Text Input and label elements to table. Form works fine. The form is modelled completely using Workflow Form Editor.
Problem occurs when starting the process by completing and posting the form. The repeat element and data and model structure is missing from the initProcessRequest completely! I can only see my test label, but no indication of any repeat structure, or groups related to that whatsoever. This again causes an fail in mapping if the field has been mapped anywhere.
Is this an major bug or am I doing something wrong?
Below attached information from console related to the posting of the initProcessRequest. Also attached the process and project as zip file.
| Code: : |
<initProcessRequest xmlns:user="http://example.com/XForms/RepeatForm/xform" xmlns="http://example.com/XForms/RepeatForm/xform" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<taskId>053867de-e1ee-4f52-bdaa-b22cf37df4bf</taskId>
<participantToken>VE9LRU4mJnVzZXI9PWludGFsaW9cczEmJmlzc3VlZD09MTIyODE1MDAzNjQ2OCYmcm9sZXM9PWludGFsaW9cU2FsZXMmJnNuPT1TYWxlcyAxJiZvdT09UGVvcGxlJiZvYmplY3RjbGFzcz09cGVyc29uLG9yZ2FuaXphdGlvbmFsUGVyc29uLGluZXRPcmdQZXJzb24sdG9wJiZjbj09czEmJmVtYWlsPT1zMUBpbnRhbGlvLm9yZyYmZ2
l2ZW5uYW1lPT1TYWxlczEmJnN0cmVldGFkZHJlc3M9PUZvc3RlciBDaXR5JiZub25jZT09MzYxMzMxMjU0NTQ5NjM5NzMxOCYmdGltZXN0YW1wPT0xMjI4MTUwMDM2NDg0JiZkaWdlc3Q9PWoxVzBUQzVibWFrTGJmOE1Tbk1qcldJRGRLQT0mJiYmVE9LRU4=</participantToken>
<taskOutput>
<output xmlns:xxforms="http://orbeon.org/oxf/xml/xforms" xmlns:fe="http://example.com/XForms/RepeatForm/xform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:f="http://orbeon.org/oxf/xml/formatting" user="intalio\s1">
<Testlabel>fsdgsdg</Testlabel>
</output>
</taskOutput>
</initProcessRequest>Part: To
|