Another cool thing one could have is a sort of
"git diff" from the quickstart code.
In this way we can see exactly what has been changed, and I think it
could be useful...

I'm also not sure if I should switch to Mako (which I know already) or
learn to use Genshi, are there any practical differences in them?

Last question is about form creation and validation.
Supposing I have two kind of data to insert
"Person" and "Firm"
where they both share some equal fields.
What should I do, declare a superclass? (How is shown in the example
with fields = [...] that would not work).

I would like to create the right form automatically at runtime
depending from a variable (maybe passed from the template), what's the
best way?

Thanks a lot for the great work btw!

-- 
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.

Reply via email to