i note that there is interest in GWT Django Models / Forms integration, which is something presently being experimented on in pyjamas by some of the users.
following on from this: http://groups.google.com/group/django-users/browse_thread/thread/87035bc2fa95930d/a25d10638ed6f809?lnk=gst&q=pyjamas#a25d10638ed6f809 line 99 demonstrates the principle of adding extra "commands" to the process() function: http://pyjamas.svn.sourceforge.net/viewvc/pyjamas/trunk/pyjs/jsonrpc/django/jsonrpc.py?revision=332&view=markup the FormProcessor class can basically be handed a Django ModelForm class, and, over JSONRPC, applications can then work with that Forms class to validate data, save it, etc. etc. all using AJAX / JSONRPC rather than a tiresome HTML "form". if anyone would like to help extend the functionality to include save, obtaining a list of fields, obtaining default radio-button and drop- down list values (all dynamically) please do contact the pyjamas-dev google group and make yourself known, as a way to coordinate efforts. l. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---