I have a repeater orderable. The first time when I try to save the data on a XML it saves correctly. But, when I try to save it on the same XML than it has been loaded previously, it doesn't change the order, only edit the fields, but not the order.

<fd:repeater id="test" orderable="true" initial-size="1" min-size="1" max-size="">
 <fd:widgets>
   <fd:field id="code">
     <fd:label>Code</fd:label>
     <fd:datatype base="string" />
    </fd:field>
   <fd:field id="name">
     <fd:label>Name</fd:label>
     <fd:datatype base="string" />
</fd:field> </fd:widgets>
</fd:repeater>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to