You can nest as many repeaters as you want. There are no special things
about the references or widget names, you just have to create them in the
repeater:

  <wd:repeater id="A">
   <wd:widgets>
        <wd:widget id="a"/>
        <wd:repeater id="B">
            <wd:widget id="b"/>
        </wd:repeater>
   </wd:widgets>
  </wd:repeater>

the same goes for the binding/template. See the wiki's for more info!

Bye,
Jan

----- Original Message ----- 
From: "Bert Van Kets" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, February 23, 2004 1:17 PM
Subject: nested woody repeater


> I have a table containing link data (linkid, url, title, groupid) and a
> table containing the link group data (groupid, groupDescription).
> Is it possible to have two nested woody repeater widgets so I get
>
> + groupdescription1
>   - link data for group 1
>   - ...
> + groupdescription2
>   - link data for group 2
>   - ...
>
> How do I do this?  How does this affect the repeater widget names and the
> references?
>
> Thanks,
>
> Bert
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


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

Reply via email to