Hi Christoph, On Sep 6, 10:22 pm, Christoph Zwerschke <[EMAIL PROTECTED]> wrote: > Concerning your problem, essentially, you must add an attribute "params" > that is a list of all your parameters. You can set defaults via class > attributes and/or using the __init__ method, and you can modify the > params later at runtime via update_params.
Is update_params only called once, then? This would allow me to modify my data based on the flags I passed in, which is one way of doing it. But is there some way I can call back out to a Widget's methods from the Kid template? Or is my interface with the template limited to whatever is in 'params'? -- Ben Sizer --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

