What is your problem _exactly_?


When it comes to the binding I have something like
<fb:repeater id="validity" parent-path="." row-path="validities">
        <fb:identity><fb:value id="position" path="position"/></fb:identity>

        <fb:on-bind>
            <fb:value id="position" path="position"/>
            <fb:value id="start_sale" path="startSaleDate"/>
            <fb:value id="end_sale" path="endSaleDate"/>
             ....
             <fb:repeater id="image" parent-path="." row-path="images">      [*]
                <fb:identity><fb:value id="position" 
path="position"/></fb:identity>

                <fb:on-bind>
                        <fb:value id="uri" path="uri"/>
                         ...
                </fb:on-bind>
             </fb:repeater>
        </fb:on-bind>
</fb:repeater>

And this does not work. From what I have read, I think it might be because <fb:repeater 
..> is not a valid child of a <fb:on-bind> tag... but I am really moot on this 
point since I really havn't been able to find much examples. Hence my initial question : is 
binding nested repeaters onto beans possible?

Vica


Should only be a matter of setting path and parent-path in the repeater binding or am i wrong?

I must admit i never tried this. My examples (based on joose ones: http://www.guschtel.de/HP5/linux/ojbjdo_dmton.php) are only with one repeater.
In xml i had no problems with nested repeaters.

Christoph

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

Reply via email to