Thanks Benedict.

I just figured out a way to do what I wanted, and I thought I'd update
this thread for completion.

If you pass a dict to the form wrapper with the form field results,
the FormWrapper will parse the results in as default values ...

        new_data = {
                     'username': 'my_name',
                     'phone_number': '0123456789'
                   }

    # Create the FormWrapper, template, context, response
    form = forms.FormWrapper(manipulator, new_data, errors)

Argh...

There may be other ways to do it as well ....

Anyway thanks :-)


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to