On Sunday, June 12, 2011 9:02:20 PM UTC-4, 黄祥 wrote: 
>
> honestly, i'm newbie in programming both in python and web2py, actually i'm 
> using chrome and use developer tools, but, i don't know how to trace back my 
> error component elements, any suggestion?
>
 
In Chrome, open developer tools, select the Network tab, and then load your 
page. You should be able to see all the request that go out. See if there 
are Ajax requests for your components, and if so, inspect them to see the 
request and response details. That may give you some clues.
 
Anthony

Reply via email to