On 2011-03-23 11:57:35 -0700, Mike Orr said:

On Wed, Mar 23, 2011 at 10:31 AM, nh2 <[email protected]> wrote:
Hi,
for developing web applications with Pylons, Pyramid and Turbogears, we have
to make a decision on what form library to choose.

I've started writing a comparative demo of several form libraries, but
it's just started so it'll take a while. I'm intending to show the
same form+validation implemented in several libraries in parallel,
tied to a SQLAlchemy record for those libraries that support it (but
not storing it in a database). If anyone has any ideas on libraries to
consider or what a good demo form would be, I'd like to hear them.

It'd be interesting to have you have a gander at marrow.tags -- it requires Python 2.6, but is fully functional (if not well documented at this point). Several full examples are provided in the examples/ sub-folder, however, and the system is in production use.

marrow.tags, for the most part, doesn't care about validation, as validation is the domain of the model, not the display process. What it does do, and this can be abused to also perform validation, is HTTP string to rich Python datatype conversion.

https://github.com/marrow/marrow.tags/blob/master/examples/widgets.py#L26-33

        — Alice.


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

Reply via email to