FormEncode allows me to build forms right from the schema.  At this
point, if you need something like a GridTable layout, FormEncode is
the only solution I've found.

I moved from Formish to Deform and I find Deform to be quite powerful
and quite good, though I hate the <li> form aspect and much prefer a
tableform layout like ToscaWidgets had.  However, Deform works much
better for what I'm working on.  I would prefer something a little
more tied to the schema, but, writing two quick hooks.  I never liked
the separate action handlers required for ToscaWidgets and much prefer
the single action for create/edit and validate.

To use SQLAlchemy, I wrote two quick functions, though, there are some
minor issues dealing with datetime objects that I haven't handled.

http://cd34.com/blog/framework/using-pyramid-with-deform-to-editcreate-records-in-sqlalchemy-backed-database/

And if you need Formencode validation with Deform, it isn't difficult:

http://cd34.com/blog/framework/using-formencode-for-validation-with-colander-and-deform/

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