diff -r 35d44017c72b -r 42f854b6083d web/formfields.py --- a/web/formfields.py Mon Apr 12 15:28:26 2010 +0200 +++ b/web/formfields.py Mon Apr 12 16:49:35 2010 +0200 @@ -70,7 +70,7 @@ :required: bool flag telling if the field is required or not. :value: - field's value, used when no value specified by other means. XXX explain + field value (may be an actual value, a default value or nothing) :choices: static vocabulary for this field. May be a list of values or a list of (label, value) tuples if specified.