I actually managed to get it going based on some examples I found, likely the ones you just suggested. Thanks. My last challenge in getting this wishlist application working 100% the way I want it to is the house cleaning when items on one side of a related join get deleted. Modifying the table as suggested here:
http://groups.google.com/group/turbogears/browse_thread/thread/81421460473304c4/8827d5960a0a2fa6?q=relatedjoin+modify+table&rnum=1#8827d5960a0a2fa6 Doesn't seem to have done the trick. To do the deletes, I'm using the .destroyself method mentioned at http://trac.turbogears.org/turbogears/wiki/SimpleDelete rather than Class.delete(itemID) . Do those two methods behave differently in a way that might be meaningful in this case? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

