@Brian
Thanks for your code.
As Massimo described preloading the page is dangerous using xml also this is
SLOW.
By using ajax calls you make a round trip to the server to retrieve the
content needed and replace the innerhtml of a div .
This means the server loads a list of departments quickly.
Then as the person edits a department the ajax call loads the edit form.
Then as they save or cancel the callback saves the changes and resets the
div contents.
This way you only make small data requests as needed and really improves
user perception of functional speed.

@Massimo
Is it possible to review the SQLFORM class as I am interested in building a
AJAXFORM class that would do all I need and could be published as part of
your project.

Steve

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

Reply via email to