On 1/19/06, Kevin Dangoor <[EMAIL PROTECTED]> wrote: > > It looks prettier, to be sure, and it may be possible to eliminate the > need to instantiate one of these style forms. The code to make this > work is definitely much less pleasant than the other style of code.
This is definitely doable. The code that's doing this is basically the same code that's used in sqlobject and formencode. I didn't do the no-instantiation style because I wasn't fully grokking why Ian's code for that feature was working.

