> It seems it basically allows you to do some stuff, such as creating a form from javascript on the client side, which would normally be > done in a web2py controller.
clientapi does not create any form client side. It asks the server for a given form, thus allowing to keep a strict MVC pattern but also letting the client decide what form to ask for and when. This is much more powerful than retrieving single formatted json form from the server with url mapping and is designed for ajax single-page apps. -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.