hy ,
- what the xml binding file for this data ?
 
<description>
 
 <info>
   <email>[EMAIL PROTECTED]</email>
 </info>
 
  <contacts>
    <contact id="1">
     <firstname>Lucien</firstname>
       <phones>
        <phone id="1" nr="+32-2-2222222"/>
         <phone id="2" nr="+32-2-2222221"/>
       </phones>
     </contact>
    <contact id="2">
     <firstname>Joris</firstname>
       <phones>
         <phone id="3" nr="+32-2-2222223"/>
         <phone id="4" nr="+32-2-2222224"/>
       </phones>
     </contact>
  </contacts>
 
</description>
 
- in the binding repeater definition we must set :
  • unique-row-id
  • unique-path
  • but when we don"t have a id attribute , how do it ?
     
    thanks
     
    nicolas maisonneuve
     
    PS : Without the binding i tried to create a form with this model of data  (multiple repeater inclusion) and it's work  !

    Reply via email to