Hi,

what about adding one more layer on top of forms:
a page object

why?
1) because it would be nice to have other widgets besides forms, too (e.g. a 
(ajax-)table (like in the admin views)
2) having a page object could ease the mess with media files from forms and the 
rest of a page (e.g. avoid double include of jquery in a html page)
3) a very old idea is to have a html page with no html in it - just code (so a 
template is only needed for special cases) and than having different renderer 
engines (as_table functions like) to produce html or something else like XUL 
for the same page / form

regards

Henrik

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

Reply via email to