On Tuesday, March 29, 2011 12:50:09 pm Nick wrote:
> I guess the bigger question is, can I access the values of the fields
> without spitting out a form field?
> 

form.field.value?

After the form is bound, when you access the field, it's turned into a bound 
field[1] . This wrapper adds a few extra attributes for rendering the field as 
html

[1] http://docs.djangoproject.com/en/1.3/ref/forms/api/#more-granular-output

Mike
-- 
Q:      What's the difference between USL and the Titanic?
A:      The Titanic had a band.

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to