Orbeon index of repeat in repeatable section

后端 未结 1 1561
Happy的楠姐
Happy的楠姐 2021-01-24 20:48

I have repeatable section (not repeater) and inside it I have ouput field. How can I put the repeat index to this output? I want to bind outputs with index of current iteration.

相关标签:
1条回答
  • 2021-01-24 21:06

    Not obvious because the xxf:repeat-position() function works in the UI only, and the calculated values work in the model only.

    You could make changes by hand and write:

    <xf:output value="xxf:repeat-position()"/>

    0 讨论(0)
提交回复
热议问题