Julien Cigar, środa 23 czerwca 2010 09:59: > +1 .. I never understood the usefulness of generating HTML forms with > Python code. What I do is that I'm writing the HTML form by hand
Form libraries are enormously useful for sites that are basically database interfaces, with tons of forms and listings. I use such a library for some of my PHP projects. It allows not only to define a form with all its validators and output variable types, but to create list views, tabbed windows etc. as well. Saves a lot of work, that's for sure. .pk. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
