> The problem I'm getting seems to hinge on the fact that I need to > grab from my Entity the auto-incrementing primary key Field that > is generated from the database. I use this as a publicly-visible > identifier. I have tried a whole slew of combinations of stuff, > and none of them seems satisfactory.
Oh, and one more thing. Since the TurboGears default session is transactional, you'll likely need to do a flush() manually on the instance itself to get the generated primary key. Good luck. -- Jonathan LaCour http://cleverdevil.org --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---

