pombreda / formalchemy

Automatically exported from code.google.com/p/formalchemy
MIT License
0 stars 0 forks source link

feature: support to not render binded field value #88

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, when you bind object to FA FieldSet, all fields are populated.

There are occations when you don't want to render some field values, like
password. So, don't render the value and if no value is specified, pass
validation like nothing changed.

Original issue reported on code.google.com by iElect...@gmail.com on 31 Mar 2009 at 9:41

GoogleCodeExporter commented 9 years ago
Open to reasonable API suggestions and patches.

Original comment by jbel...@gmail.com on 16 Jun 2009 at 5:15

GoogleCodeExporter commented 9 years ago
I've attached a proof of concept for rendering hashed password fields; it 
implements
the behavior described above.  It's certainly not the cleanest way of doing it, 
though.

Original comment by kurtraschke@gmail.com on 17 Jun 2009 at 3:21

Attachments: