On Dec 9, 2006, at 1:46 AM, chiangf wrote:
> > A slight spinoff of this question... suppose that I wanted to call > another function within the index def? If I just borrow the code from > above... is it possible to call a function kung (or foo, doesn't > matter), from the index function (and pass **kw along with it)? Sure, why not? :) In fact, this is precisely what errorhandling does when calling the error handler after validation fails or an exception occurs. Alberto --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

