Yeah - I'm going to shelve django and see what is up with TG2 and its Geo 
extensions for awhile.

It has become very clear that it is "not a fit" for the kind of dynamic web 
application development I'm looking for.  I need effective and well integrated 
ajax out of the box and the ability to compose forms dynamically and quickly.

Thanks for the help.  I may pick it up again - but probably not for this 
project.

-Todd Blanchard

On Dec 20, 2009, at 1:06 AM, Russell Keith-Magee wrote:

> As for dynamically expanding forms - Django treats that as a client
> side problem. Django doesn't ship with any javascript dependencies in
> it's form library, so it doesn't provide dynamically expanding forms
> out of the box.
> 
> It's not that difficult to do, though. You just have to dynamically
> create form elements, and tweak the formset management fields [2] in
> the submitted form.

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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