Thanks Joerg

So I'm back to my first question, because I had the initial binding for my
repeater , I thought I had to add another bind in the on-insert-row.
but it doesn't bind on creation of the new node, 
***************************************************************
<fb:repeater id="beds" parent-path="beds" row-path="item">
                <fb:identity>
                <fb:value id="idbed" path="@id">
                    <fd:convertor datatype="long"/>
                </fb:value>
                </fb:identity>

<fb:on-bind>
<fb:value id="size" path="@key" direction="load"/>
<fb:value id="bedquanti" path="@qte"><fd:convertor
datatype="string"/></fb:value>
                </fb:on-bind>

                <fb:on-insert-row>
                    <fb:insert-node>
                        <item id="" key="cocorico" qte="0"/>
                    </fb:insert-node>
                </fb:on-insert-row>
</fb:repeater>  

Even though I get my new row on insert-node but the "size" widget doesn't
take the "cocorico" value set as the initial value of the newly inserted
node ??  

Thanks Joerg 
Regards
Tibor


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to