IMHO component == mini turbogears poject/package Nothing withholds you from factoring common code into a seperate (distributed) package which you can reuse in other projects. Widgets aren't mend to be mini-apps. They wrap `view` code and provide hooks to do input validation. Widgets can be reused because they are independend of the application logic. The autocompletefield is an excellent example on how to build a powerful widget without any application knowledge.
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

