web board recursive component
web board recursive component
- Subject: web board recursive component
- From: Marc Desjardins <email@hidden>
- Date: Sat, 06 Dec 2003 19:36:19 -0500
Hi,
I'm new to this list and to webobject in general. I'm trying to build a
small web board (forum) component and I'm wondering and there is any way to
make a WORepetition recursive. Basically, a message can have any number of
answers and each answers, in turn, can have any number of answers. So far I
have my component reading all the first level message from the DB and then
for each message I have a repetition that gets all the childs messages. But
I don't want to keep adding repetition and eventually limit the number of
levels. So if you have any tips on how to create some recursivity in the
WebObject builder, I'd appreciate any help you can give me.
Thanks in advance!
Marc (email@hidden)
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.