Kevin Horn wrote: > Thanks, Michele! > > That makes things much more clear. One more question...should it be > form.display()? or form.render()? Both have been used in our discussion. > Which is correct? Or do they both work? Which is the preferred method? >
Great :-), if you are using Kid then you should use display() otherwise, for other template languages or to do some tests (for example under the python console or on your unit tests), use render() that returns a plain string. Thanks to you. Ciao Michele --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

