Comment
Comment
This should be clarified
Posted by: jmeile at 2006-10-05Ok, now I got it. I guess when working with this in dtml, if there are no errors, then the field values will be stored again in the request. So, when you say
fieldValues = form.validate_all_to_request(REQUEST)
Then if there is no error, fieldValues will contain a dictionary with the fields' real names and its values.