You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by MÂȘ Magdalena Buades Fuster <ma...@uib.es> on 2009/06/29 12:03:23 UTC

Saving orderable repeater

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: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org