actually, yes. often when i do stuff like that, i'll have a global repository of formfields, and just use references to them in the form classes ( in perl it would be : 'namefield' => \$FormFields::name - should be simlar in python ). its tough balancing code reuse with keeping things independant enough that they're easy to handle on their own - lately i've been favoring ease-of-modification over resuse, as processors and memory are cheap.
but yes - that rocks. thats what i needed to see. now everything is nice and situated in its own namespace. no spaghetti code. i can even toss the forms into their own file and just import as needed. that i needed. MUCH THANKS. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

