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
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
2 matches
Mail list logo