6 messages in com.googlegroups.pylons-discussRe: pydecforms - yet another form bui...
FromSent OnAttachments
Wojciech Malinowski25 Apr 2008 06:23 
Florent Aide25 Apr 2008 07:42 
Wojciech Malinowski25 Apr 2008 09:14 
Jonathan Vanasco25 Apr 2008 10:38 
Jorge Vargas25 Apr 2008 11:03 
Alexandre Conrad25 Apr 2008 11:22 
Subject:Re: pydecforms - yet another form builder
From:Jonathan Vanasco (jona@findmeon.com)
Date:04/25/2008 10:38:48 AM
List:com.googlegroups.pylons-discuss

I don't see why you need to integrate with sqlalchemy at all though

Something that I would like to see is to see good support defaults

In my mind, defaults come from 2 places: a- validated get/post data that is redisplayed b- application generated info ( db pull? )

right now, its a major PITA to integrate defaults into the 'magic' rails-like helpers

if you could offer some sort of control on defaults, I would convert instantly.

i like how this uses odering of fields... this reminds me of the Perl form parsing class I wrote and still use...