问题
I'm trying to fill a repeated grid in orbeon with a XML file and http service/action. The xml looks like this:
<result>
<code>Row 1</code>
<code>Row 2</code>
<code>Row 3</code>
</result>
But only the first row is filled and no row is dynamically added to repeated grid. What step is missng?
Thx!
Best regards, Alex
来源:https://stackoverflow.com/questions/25972198/fill-repeated-grid-by-http-service-action-in-orbeon-4-5