On Thursday, July 4, 2013 2:59:17 AM UTC-4, Rohitraj Sharma wrote:

> http://127.0.0.1:8000/appname/default/form<http://127.0.0.1:8000/admin/default/design/child>
>

That can't be the URL requested by the browser via ajax -- it would be of 
the form /appname/default/form.load/table_name. Is that the URL you are 
loading as the main page in the browser? Is the view code you're showing 
the view for the form() function? You should be loading the main page via a 
separate function/view, and have that page make the ajax call to the form() 
function. When I try your code with that approach, it works fine.

Anthony

-- 

--- 
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.


Reply via email to