[web2py] Re: [web2py:38402] Re: SQLFORM without tables

2010-03-30 Thread Thadeus Burgess
Of course, the decoupling would require an entire re-write of how validation/forms/filters are written... See you explain this system that each part relies on another part working a certain way... when I analyze this through my programming filter to solve this problem this is what I see... A clas

[web2py:38402] Re: SQLFORM without tables

2010-01-05 Thread mdipierro
Let me explain one of the problems from decoupling forms from their HTML representation. data has different representations depending on its status in the system. For example in a submitted mime multipart form a file is a FieldStorage object with a file and a filename attribute. A file in Python i